summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* btdev: Send BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED if remote start paLuiz Augusto von Dentz2022-03-071-66/+78
* btdev: Send BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED when scan is initiatedLuiz Augusto von Dentz2022-03-071-66/+86
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_TERM_SYNCLuiz Augusto von Dentz2022-03-071-2/+15
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNC_CANCELLuiz Augusto von Dentz2022-03-072-3/+28
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNCLuiz Augusto von Dentz2022-03-071-3/+96
* monitor: Fix Create BIG PDULuiz Augusto von Dentz2022-03-073-9/+4
* device: Fix writing out of bounds arrayihsinme2022-03-071-1/+1
* gatt: sanitize input at profile registrationAndreas Kemnade2022-03-071-0/+5
* client: Add support for scan <le/bredr>Luiz Augusto von Dentz2022-03-021-2/+24
* test-runner: Fix parsing of command lineLuiz Augusto von Dentz2022-03-011-21/+7
* shared/shell: Introduce bt_shell_execLuiz Augusto von Dentz2022-02-282-10/+25
* test-runner: Add option to start emulatorLuiz Augusto von Dentz2022-02-281-4/+82
* hog-lib: Fix not waiting for UHID_STARTLuiz Augusto von Dentz2022-02-251-19/+22
* btproxy: Attempt to bind the next indexLuiz Augusto von Dentz2022-02-251-4/+17
* neard: Fix reading State messageNicolas Fella2022-02-241-2/+0
* src/shared/util.h: include sys/types.hFabrice Fontaine2022-02-241-0/+1
* error: Fix typoFabrice Delliaux2022-02-241-1/+1
* monitor: fix division by zero about conn->tx_pkt_medJoseph Hwang2022-02-231-1/+2
* adapter-api: Document per-client discovery sessionsBastien Nocera2022-02-231-1/+5
* player: Fix Track being emitted with empty metadataLuiz Augusto von Dentz2022-02-223-35/+45
* gobex: Fix read from pointer after freeTedd Ho-Jeong An2022-02-181-0/+2
* Makefile.tools: remove duplicate link entryMichael Nosthoff2022-02-181-2/+1
* shared: Fix the incorrect type with bit shiftTedd Ho-Jeong An2022-02-181-1/+1
* main.conf: Fix parsing of mode optionsLuiz Augusto von Dentz2022-02-181-3/+12
* adapter: Fix allowing multiple adapters with the same addressLuiz Augusto von Dentz2022-02-161-0/+10
* main.conf: Introduce MaxControllersLuiz Augusto von Dentz2022-02-164-0/+21
* tools/mesh-cfgtest: include limits.hMichael Nosthoff2022-02-161-0/+1
* adapter: battery provider for non-LE controllersDaniel Trnka2022-02-151-5/+5
* build: Fix errors with glibc < 2.25Fabrice Fontaine2022-02-1510-16/+42
* lib: fix hci_strtolm crashYun-Hao Chung2022-02-151-1/+1
* rfcomm-tester: Increase amount of data from 8k to 32kLuiz Augusto von Dentz2022-02-141-24/+66
* gobex: Print error if data cannot be writtenLuiz Augusto von Dentz2022-02-141-2/+15
* obexctl: Add optional argument channel to connect commandLuiz Augusto von Dentz2022-02-141-6/+21
* profiles: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-113-6/+6
* device: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-6/+6
* adapter: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-17/+17
* device: Fix crash when removing deviceLuiz Augusto von Dentz2022-02-101-23/+23
* monitor/sdp: Fixes out-of-bounds array accessTedd Ho-Jeong An2022-02-101-1/+1
* uuid: Fix crashing if a NULL string is passed to bt_string_to_uuidLuiz Augusto von Dentz2022-02-091-0/+3
* adapter: Fix crash when storing link keyLuiz Augusto von Dentz2022-02-091-2/+4
* rfcomm-tester: Add test to write big chunks of dataLuiz Augusto von Dentz2022-02-091-7/+40
* bthost: Increase number of creditsLuiz Augusto von Dentz2022-02-091-1/+1
* bthost: Fix length calculation for RFCOMM headerLuiz Augusto von Dentz2022-02-091-3/+10
* bthost: Fix not handling ACL fragmentationLuiz Augusto von Dentz2022-02-092-21/+102
* bootstrap-configure: Don't enable admin plugin by defaultLuiz Augusto von Dentz2022-02-091-1/+0
* adv_monitor: Fix spamming errorsLuiz Augusto von Dentz2022-02-083-6/+4
* gdbus: Emit InterfacesAdded of parents objects firstLuiz Augusto von Dentz2022-02-041-0/+6
* mesh: Skip unneeded logsMichał Lowas-Rzechonek2022-02-042-2/+2
* mesh: Make key_aid and net_key_id naming consistentMichał Lowas-Rzechonek2022-02-044-91/+67
* mesh: Fix sequence number of message in friend queueBrian Gix2022-02-041-1/+0