summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* shared/vcp: Add bt_vcp_set_debugSathish Narasimman2022-09-212-87/+156
* shared/gatt-db: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-5/+9
* gatt-db: Check if permissions are set when adding CCCLuiz Augusto von Dentz2022-09-211-1/+1
* shared/vcp: Add initial code for handling VCPSathish Narasimman2022-09-192-0/+1158
* shared/gatt-client: Make use of gatt_db_attribute_get_cccLuiz Augusto von Dentz2022-09-161-31/+10
* shared/tester: Remove include to io.hLuiz Augusto von Dentz2022-09-152-1/+2
* shared/bap: Remove include to io.hLuiz Augusto von Dentz2022-09-152-2/+1
* shared/bap: Fix attempting to disable stream when it is idleLuiz Augusto von Dentz2022-09-121-5/+8
* shared/bap: Fix not unregistering disconnect callbackLuiz Augusto von Dentz2022-09-061-3/+24
* shared/shell: Fix scan-build errorLuiz Augusto von Dentz2022-08-301-1/+6
* profiles: Fix function definition styleFrédéric Danis2022-08-301-2/+2
* profiles: Add remote endpoint path to SelectPropertiesFrédéric Danis2022-08-302-3/+16
* shell: Set empty argument if optarg is NULLLuiz Augusto von Dentz2022-08-291-1/+1
* shared: Add definition for LC3 codecLuiz Augusto von Dentz2022-08-291-0/+112
* shared/bap: Add initial code for handling BAPLuiz Augusto von Dentz2022-08-293-0/+5227
* shared/util: Correct UUID for Microphone Controldarkhz2022-08-221-1/+1
* shared/tester: Add tester_setup_ioLuiz Augusto von Dentz2022-08-052-4/+163
* shared/util: Decode BlueZ Experimental ISO Socket UUIDLuiz Augusto von Dentz2022-07-221-0/+2
* gatt-server: Fix crash while disconnectingLuiz Augusto von Dentz2022-05-201-5/+28
* gatt-db: Allow passing Characteristic Value to gatt_db_attribute_get_char_dataLuiz Augusto von Dentz2022-05-121-3/+13
* shell: Fix not able to auto complete commands with submenu prefixLuiz Augusto von Dentz2022-04-111-1/+25
* shell: Fix not being able to auto complete submenusLuiz Augusto von Dentz2022-04-111-7/+28
* shared/gatt-db: Fix gatt_db_attribute_get_indexLuiz Augusto von Dentz2022-04-011-5/+5
* shell: Make bt_shell_add_submenu set main menu if none has been setLuiz Augusto von Dentz2022-03-301-0/+3
* mgmt: Remove mgmt_set_verboseLuiz Augusto von Dentz2022-03-282-23/+0
* att: Rename att_debug and att_verbose to DBG and VERBOSELuiz Augusto von Dentz2022-03-231-19/+19
* gatt-server: Add DBG macroLuiz Augusto von Dentz2022-03-231-32/+32
* gatt-client: Add DBG macroLuiz Augusto von Dentz2022-03-231-90/+70
* att: Log file and function namesLuiz Augusto von Dentz2022-03-231-2/+4
* mgmt: Introduce mgmt_set_verboseLuiz Augusto von Dentz2022-03-232-4/+21
* mgmt: Add DBG macroLuiz Augusto von Dentz2022-03-231-14/+22
* gatt-db: Fix gatt_db_attribute_notifyLuiz Augusto von Dentz2022-03-141-12/+51