summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* shared/bap: Fix not sending ASE Receiver Stop ReadyLuiz Augusto von Dentz2023-05-121-0/+15
* shared/bass: Add initial code for handling BASSIulia Tanasescu2023-05-052-0/+1134
* shared/util: Add iovec helpersIulia Tanasescu2023-05-052-0/+252
* shared/att-types: Add BT_ERROR_WRITE_REQUEST_REJECTED error codeIulia Tanasescu2023-05-051-1/+3
* shared/shell: Fix smatch warningLuiz Augusto von Dentz2023-05-011-1/+1
* shared/shell: Fix not releasing promptLuiz Augusto von Dentz2023-05-011-0/+3
* shared/util: Fix runtime errorLuiz Augusto von Dentz2023-04-281-1/+2
* shared/lc3: Update configuration to use iovecLuiz Augusto von Dentz2023-04-271-24/+69
* shared/bap: Fix typoLuiz Augusto von Dentz2023-04-271-1/+1
* shared/tester: Add support for NULL PDUsLuiz Augusto von Dentz2023-04-272-1/+7
* share/bap: Fix not removing timeout on bap_freeLuiz Augusto von Dentz2023-04-251-0/+2
* shared/bap: Fix crash detaching streamsLuiz Augusto von Dentz2023-04-251-9/+16
* shared/bap: add function to get location from PACPauli Virtanen2023-04-252-0/+16
* shared/ad: Fix bt_ad_has_data not matching when only type is passedLuiz Augusto von Dentz2023-04-051-0/+3
* shared/gatt-db: Make gatt_db_attribute_get_value publicLuiz Augusto von Dentz2023-03-272-6/+8
* shared/shell: Add support for -i/--init-scriptLuiz Augusto von Dentz2023-03-241-17/+142
* shared/gatt-client: Fix not creating a request for notificationsLuiz Augusto von Dentz2023-03-171-17/+15
* shared/gatt-client: Fix crash on bt_gatt_client_idle_unregisterLuiz Augusto von Dentz2023-03-141-0/+3
* btmon: Fix decoding truncated dataƁukasz Rymanowski2023-03-141-1/+1
* shared/bap: fix Locations, Context to be PACS not PAC propertiesPauli Virtanen2023-03-141-12/+62
* shared/csip: Fix crash on bt_csip_get_sirkLuiz Augusto von Dentz2023-03-141-0/+3
* shared/gatt-client: Introduce bt_gatt_client_ref_safeLuiz Augusto von Dentz2023-03-141-3/+18
* shared/csip: Fix not unregistering idle callback on detachLuiz Augusto von Dentz2023-03-141-0/+2
* shared/bap: Fix not unregistering idle callback on detachLuiz Augusto von Dentz2023-03-141-0/+2
* shared/csip: Add initial code for handling CSIPSathish Narasimman2023-03-102-0/+933
* shared/ad: Add RSI data typeLuiz Augusto von Dentz2023-03-101-0/+1
* shared/crypto: Add bt_crypto_sirkLuiz Augusto von Dentz2023-03-102-0/+43
* shared/att: Always queue BT_ATT_OP_MTU_REQ on the fixed channelLuiz Augusto von Dentz2023-03-071-0/+9
* bap: Fix crash on unexpected disconnectLuiz Augusto von Dentz2023-03-022-18/+4
* shared/bap: Make use of bt_gatt_client_idle_registerLuiz Augusto von Dentz2023-03-021-94/+74
* share/gatt-client: Introduce idle callbackLuiz Augusto von Dentz2023-03-022-2/+84
* shared/bap: Cleanup requests on detachLuiz Augusto von Dentz2023-03-021-0/+16
* shared/bap: fix crash unregistering media endpoint while streamingPauli Virtanen2023-02-271-4/+11
* shared/bap: fix local endpoint state to be per-clientPauli Virtanen2023-02-131-31/+34
* shared/util: Check arguments on util_memcpyLuiz Augusto von Dentz2023-01-311-1/+1
* shared: define MAX_INPUT for muslSam James2023-01-311-0/+5
* shared/util: Add CAS, HAS, TMAS and PBAS UUIDsMarcin Kraglak2023-01-301-1/+9
* bap: Fix not checking if request fits when groupingLuiz Augusto von Dentz2023-01-251-7/+34
* shared/bap: Fix not detaching streams when PAC is removedLuiz Augusto von Dentz2023-01-231-1/+3
* shared/bap: Fixing Company ID and Vendor ID endianessAbhay Maheta2023-01-131-2/+2
* shared/bap: Fix scan-build warningLuiz Augusto von Dentz2023-01-131-0/+6
* shared/gatt-client: Fix smatch warningsLuiz Augusto von Dentz2023-01-051-8/+8
* shared/gatt-client: Allow registering with NULL callbackLuiz Augusto von Dentz2023-01-051-4/+12
* shared/gatt-client: Use parent debug_callback if not set on cloneLuiz Augusto von Dentz2023-01-051-3/+17
* shared/bap: Fix handling for Company ID and Vendor Codec IDAbhay Maheta2023-01-032-1/+6
* shared/crypto: Adds bt_crypto_sefLuiz Augusto von Dentz2022-12-222-9/+164
* shared/crypto: Adds bt_crypto_sihLuiz Augusto von Dentz2022-12-212-0/+38
* shared/util: Update UUID database for Csip servicesSathish Narasimman2022-12-201-0/+3
* shared/gatt-client: Fix not removing pending servicesLuiz Augusto von Dentz2022-12-161-10/+36
* shared/gatt-db: Add gatt_db_attribute_get_serviceLuiz Augusto von Dentz2022-12-162-0/+12