summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bthost: Add support for Create CISLuiz Augusto von Dentz2022-04-143-1/+49
* btdev: Fix not cleanup ssp_status and ssp_auto_completeLuiz Augusto von Dentz2022-04-131-0/+5
* adapter: Fix check of DISCOVERABLE settingJakob hilmer2022-04-111-2/+2
* 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
* btdev: Fix BIG Create SyncLuiz Augusto von Dentz2022-04-061-7/+10
* btdev: Add support for sending LE BIG Info Adv ReportsLuiz Augusto von Dentz2022-04-061-1/+39
* monitor: Add support for LE BIG Info Adverting ReportLuiz Augusto von Dentz2022-04-062-0/+40
* gap: Don't attempt to read the appearance if already setLuiz Augusto von Dentz2022-04-041-0/+5
* gatt: Fix double free and freed memory dereferenceIldar Kamaletdinov2022-04-041-0/+4
* device: Limit width of fields in sscanfIldar Kamaletdinov2022-04-041-7/+7
* tools: Limit width of fields in sscanfIldar Kamaletdinov2022-04-042-2/+2
* tools: Fix signed integer overflow in btsnoop.cIldar Kamaletdinov2022-04-041-1/+1
* tools: Fix buffer overflow in hciattach_tialt.cIldar Kamaletdinov2022-04-041-1/+2
* monitor: Fix out-of-bound read in print_le_statesIldar Kamaletdinov2022-04-041-3/+4
* tools: Fix g_dbus_setup_private connection check in mpris-proxyFrédéric Danis2022-04-041-1/+1
* shared/gatt-db: Fix gatt_db_attribute_get_indexLuiz Augusto von Dentz2022-04-011-5/+5
* btdev: Check parameter for CIG related commandsLuiz Augusto von Dentz2022-04-011-1/+59
* mesh: use explicit uint32_t when bit shifting leftInga Stotland2022-03-313-11/+14
* a2dp: Fix crash when SEP codec has not been initializedFrédéric Danis2022-03-301-5/+17
* client: Add support for player submenuLuiz Augusto von Dentz2022-03-305-1069/+1156
* 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
* a2dp: Always invalidate the cache if its configuration failsLuiz Augusto von Dentz2022-03-281-4/+2
* a2dp: Don't initialize a2dp_sep->destroy until properly registeredLuiz Augusto von Dentz2022-03-281-2/+3
* adapter: Fix adding SDP records when operating on LE only modeLuiz Augusto von Dentz2022-03-281-1/+15
* mesh: Fix address overrun error in rx filterInga Stotland2022-03-262-16/+30
* device: Don't use DBG in gatt_debugLuiz Augusto von Dentz2022-03-231-1/+1
* 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
* adapter: Don't use DBG in mgmt_debugLuiz Augusto von Dentz2022-03-231-5/+2
* mgmt: Introduce mgmt_set_verboseLuiz Augusto von Dentz2022-03-232-4/+21
* mgmt: Add DBG macroLuiz Augusto von Dentz2022-03-231-14/+22
* log: Don't log __FILE__ and __func__ with DBG_IDXLuiz Augusto von Dentz2022-03-231-2/+4
* Release 5.645.64Marcel Holtmann2022-03-162-1/+9
* gatt-db: Fix gatt_db_attribute_notifyLuiz Augusto von Dentz2022-03-141-12/+51
* gatt: Print error if gatt_db_attribut_notify failsLuiz Augusto von Dentz2022-03-141-4/+6
* test-runner: Update help informationLuiz Augusto von Dentz2022-03-081-0/+1
* test-runner: Fix -l/--emulatorLuiz Augusto von Dentz2022-03-081-2/+7
* btdev: Fix response to LE Set Extended Advertising ParametersLuiz Augusto von Dentz2022-03-081-8/+9
* audio: Fix crash in a2dp_discoverYun-Hao Chung2022-03-081-6/+20
* bthost: Add support for Create BIGLuiz Augusto von Dentz2022-03-072-0/+14
* bthost: Add support for Periodic AdvertisingLuiz Augusto von Dentz2022-03-072-0/+25
* bthost: Add support for BT_H4_ISO_PKTLuiz Augusto von Dentz2022-03-074-42/+328
* btdev: Implements BT_HCI_CMD_LE_BIG_TERM_SYNCLuiz Augusto von Dentz2022-03-072-2/+42
* btdev: Implements BT_HCI_CMD_LE_BIG_CREATE_SYNCLuiz Augusto von Dentz2022-03-072-9/+150
* monitor: Rename Periodic Advertising terms to PA/paLuiz Augusto von Dentz2022-03-073-181/+173
* btdev: Send BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED if remote start paLuiz Augusto von Dentz2022-03-071-66/+78