summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* shared/bap: fix crash unregistering media endpoint while streamingPauli Virtanen2023-02-271-4/+11
* device: wait GATT client ready before service accept() if no cachePauli Virtanen2023-02-231-3/+4
* adapter: Add function for checking adapter settingsPauli Virtanen2023-02-132-0/+10
* 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
* hog-lib: Fix not handling BT_ATT_OP_HANDLE_NFY_MULTLuiz Augusto von Dentz2023-01-051-0/+1
* 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
* client/player: Use bt_shell_echo to print transfer progressLuiz Augusto von Dentz2022-12-151-5/+5
* shared/shell: Add bt_shell_echoLuiz Augusto von Dentz2022-12-142-0/+22
* shared/bap: Make bt_bap_pac_register to be per sessionLuiz Augusto von Dentz2022-12-092-35/+42
* shared/gatt-db: Allow passing NULL to gatt_db_attribute_writeLuiz Augusto von Dentz2022-12-091-2/+3
* shared/bap: Read PAC Sink/Source if respective location is foundLuiz Augusto von Dentz2022-12-091-44/+64
* shared/bap: Log error message if request cannot be sentLuiz Augusto von Dentz2022-12-091-31/+40
* shared/att: Fix not requeueing in the same channelLuiz Augusto von Dentz2022-12-091-2/+2
* bluetooth.ver: Export sanitizer symbolsAllen Webb2022-12-021-0/+8
* shared/bap: Merge PAC records of the same type/codecLuiz Augusto von Dentz2022-12-021-3/+62
* shared/bap: Fix initiating QoS and Enable procedures as serverLuiz Augusto von Dentz2022-12-021-12/+8
* shared/bap: Fix not reading all instances of PAC Sinks/SourcesLuiz Augusto von Dentz2022-12-021-4/+8
* shared/gatt-client: Fix not checking valid rangesLuiz Augusto von Dentz2022-12-021-7/+23
* main.conf: Add SecureConnections optionSimon Mikuda2022-11-214-1/+35
* shared/bap: Fix crash when canceling requestsLuiz Augusto von Dentz2022-11-151-1/+10
* shared/tester: Add tester_io_set_complete_funcLuiz Augusto von Dentz2022-11-152-0/+17
* shared/bap: Make use of util_iov helpersLuiz Augusto von Dentz2022-11-151-132/+51
* shared/util: Add iovec helpersLuiz Augusto von Dentz2022-11-152-0/+113
* shared/util: Increase debug trace buffer sizeFrédéric Danis2022-10-191-1/+1
* settings: Fix scan-build warningLuiz Augusto von Dentz2022-10-181-0/+1
* shared/mcp: Add initial code for handling MCPAbhay Maheta2022-10-183-0/+1545
* shared/bap: Fixing memory overwrite during ASE Enable OperationAbhay Maheta2022-10-101-2/+6
* battery: provided_battery_property_changed_cb: check iteratorChristian Eggers2022-09-231-4/+6
* gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-9/+11
* advertising: parse_tx_power: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_[min|max]_interval: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_min_interval: reset min_interval if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_secondary: check for NULL iteratorChristian Eggers2022-09-231-0/+6
* advertising: parse_secondary: fix mask valueChristian Eggers2022-09-231-1/+1
* advertising: parse_secondary: fix loop conditionChristian Eggers2022-09-231-1/+1