zhanghaipeng
|
f0450152f2
|
feat(ble/bluedroid): Support BLE add device to resolving list
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
ebf929b5f8
|
feat(ble/bluedroid): Support set resolvable provate address timeout by api
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
182cbb85f8
|
fix(ble/bluedroid): Fixed BLE GATT max length of an attribute value
|
2024-04-25 15:58:19 +08:00 |
|
zhanghaipeng
|
1eebe9f680
|
fix(ble/bluedroid): Optimize BLE documentation comments to comply with Doxygen syntax
|
2024-04-25 15:58:19 +08:00 |
|
xiongweichao
|
631aa85bdc
|
fix(bt/bluedroid): Fixed crash after bluedroid deinit
hci_host_env.downstream_data_ready is set to NULL during bluedroid deinit,
causing the controller to use a null pointer when calling callback.
|
2024-04-18 10:53:11 +08:00 |
|
Island
|
4ae73b7fa7
|
Merge branch 'bugfix/fix_ble_appearance_v5.0' into 'release/v5.0'
Fixed BLE appearance category ranges (v5.0)
See merge request espressif/esp-idf!30287
|
2024-04-18 10:44:08 +08:00 |
|
Jiang Jiang Jian
|
d435059751
|
Merge branch 'bugfix/sdp_remove_record_no_evt_v5.0' into 'release/v5.0'
fix(bt/bluedroid): Fixed the crash caused by using illegal pointers during SDP deinit(v5.0)
See merge request espressif/esp-idf!29944
|
2024-04-18 10:24:58 +08:00 |
|
zhanghaipeng
|
e45d91c36d
|
fix(ble/bluedroid): Fixed set BLE appearance value
|
2024-04-17 20:40:09 +08:00 |
|
Wang Meng Yang
|
6d63daac84
|
Merge branch 'feature/add_api_to_send_vendor_hci_cmd_v5.0' into 'release/v5.0'
Feature/add api to send vendor hci cmd v5.0 (backport v5.0)
See merge request espressif/esp-idf!30227
|
2024-04-16 17:49:01 +08:00 |
|
zhiweijian
|
70f84cfca9
|
fix(ble/bluedroid): Fixed adv not restart due to disconnection reason 0x3e
|
2024-04-13 15:53:20 +08:00 |
|
zhiweijian
|
c755433922
|
feat(bt/common): Add bluerooth hci layer data stream record
|
2024-04-13 15:44:27 +08:00 |
|
zhiweijian
|
57665f7246
|
feat(bt/bluedroid): add api to setnd vendor hci command
|
2024-04-13 14:13:43 +08:00 |
|
zhiweijian
|
304be189d8
|
fix(ble/bluedroid): fixed bluedroid host DTM API
|
2024-04-13 14:13:26 +08:00 |
|
zhiweijian
|
1e72b8b803
|
feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host
|
2024-04-13 14:13:04 +08:00 |
|
xiongweichao
|
eab0acdb3c
|
fix(bt/bluedorid): Fixed crash caused by using illegal pointer
|
2024-04-12 09:13:43 +08:00 |
|
xiongweichao
|
da2a32fbad
|
fix(bt/bluedorid): Fixed no event when removing an invalid SDP record
|
2024-04-12 09:13:43 +08:00 |
|
xiongweichao
|
350a248a7f
|
fix(bt/bluedroid): Fix SPP crash after deinit
- The disconnection event comes up after spp disable is completed, so a null pointer is used.
|
2024-04-10 20:11:27 +08:00 |
|
Jin Cheng
|
54d0912307
|
change(bt/bluedroid): Use BTC util to convert HCI status to ESP status
|
2024-03-28 11:05:22 +08:00 |
|
Jin Cheng
|
baf45b004e
|
feat(bt/bluedroid): Moved the memory allocation of HF AG control blocks to BTC module
|
2024-03-14 10:53:48 +08:00 |
|
Jiang Jiang Jian
|
d388c85fd2
|
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.0' into 'release/v5.0'
Fixed some BLE bugs 2403 (backport v5.0)
See merge request espressif/esp-idf!29467
|
2024-03-12 11:01:32 +08:00 |
|
zhanghaipeng
|
af28f8cfb5
|
fix(ble/bluedroid): Fixed BLE BLE periodic advertising parameter check
|
2024-03-10 20:04:44 +08:00 |
|
zhanghaipeng
|
3221583d2f
|
fix(ble/bluedroid): Fixed BLE crash when repeatedly initialize and deinitialize host
|
2024-03-10 20:04:44 +08:00 |
|
chenjianhua
|
727e351b35
|
feat(bt/bluedroid): Add ext adv and privacy status check
|
2024-03-08 09:29:55 +08:00 |
|
thekurtovic
|
221d33cee0
|
fix(bt/bluedroid): Fixed "reprot" typo in esp_ble_gap_ext_adv_reprot_t
|
2024-03-08 09:29:55 +08:00 |
|
chenjianhua
|
380679a387
|
fix(bt/bluedroid): Fixed crash when calculating GATTS database hash
|
2024-03-08 09:29:55 +08:00 |
|
zhanghaipeng
|
b354d97795
|
fix(ble/bluedroid): Update maximum BLE reconnection attempts configuration
|
2024-02-27 09:12:12 +08:00 |
|
Jiang Jiang Jian
|
66d71efb87
|
Merge branch 'bugfix/update_spp_doc_v5.0' into 'release/v5.0'
docs(bt/bluedroid): update API documents of SPP (v5.0)
See merge request espressif/esp-idf!29172
|
2024-02-23 11:15:03 +08:00 |
|
Jiang Jiang Jian
|
7a649e80c1
|
Merge branch 'feat/support_get_bluedroid_status_v5.0' into 'release/v5.0'
Support get status of bluedroid host (backport v5.0)
See merge request espressif/esp-idf!28883
|
2024-02-23 10:55:14 +08:00 |
|
Jiang Jiang Jian
|
646658a564
|
Merge branch 'bugfix/fix_dangling_pointer_in_remove_bond_list_section_v5.0' into 'release/v5.0'
fix(bt/bluedroid): fix dangling pointer issue when logging removed section (backport v5.0)
See merge request espressif/esp-idf!28963
|
2024-02-23 10:49:27 +08:00 |
|
Jiang Jiang Jian
|
d253654f0f
|
Merge branch 'bugfix/ble_bug_backport_20240205_v5.0' into 'release/v5.0'
Bugfix/ble bug backport 20240205 (backport v5.0)
See merge request espressif/esp-idf!28898
|
2024-02-23 10:47:06 +08:00 |
|
Jiang Jiang Jian
|
153b81b546
|
Merge branch 'bugfix/spp_disc_connect_btqabr2023_156_v5.0' into 'release/v5.0'
fix(bt/bluedroid): Fixed SPP connection failure(v5.0)
See merge request espressif/esp-idf!28543
|
2024-02-23 10:40:41 +08:00 |
|
Jin Cheng
|
7e4995d92c
|
docs(bt/bluedroid): update API documents of SPP
|
2024-02-22 09:57:47 +08:00 |
|
gongyantao
|
817ae554ca
|
fix(bt/bluedroid): fix dangling pointer issue when logging remove section
|
2024-02-07 14:58:17 +08:00 |
|
zhiweijian
|
fb94d9175f
|
Fixed xQueueSemaphoreTask assert when deinit host during scan
|
2024-02-05 16:11:08 +08:00 |
|
chenjianhua
|
479ec4af2a
|
feat(bt/bluedroid): Support get status of bluedroid host
|
2024-02-04 16:52:12 +08:00 |
|
chenjianhua
|
1e5296008a
|
feat(bt/bluedroid): Make the max number of bond device to be configurable
|
2024-02-04 16:51:55 +08:00 |
|
Island
|
acf8c3e9e3
|
Merge branch 'bugfix/fix_some_ble_issue_v5.0' into 'release/v5.0'
Bugfix/fix some ble issue v5.0(backport v5.0)
See merge request espressif/esp-idf!28615
|
2024-01-25 12:19:24 +08:00 |
|
Island
|
7324e55dc0
|
Merge branch 'bugfix/ble_check_adv_data_v5.0' into 'release/v5.0'
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow(backport v5.0)
See merge request espressif/esp-idf!28407
|
2024-01-25 12:19:11 +08:00 |
|
Zeke Gustafson
|
570cc22bdc
|
feat(ble/bluedroid): Add getter for BLE GAP callback
|
2024-01-22 20:53:44 +08:00 |
|
Zeke Gustafson
|
46253edd6a
|
feat(ble/bluedroid): Add getter for BLE GATTS callback
|
2024-01-22 20:53:36 +08:00 |
|
zhanghaipeng
|
b9caeb4559
|
feat(ble/bluedroid): Add getter for BLE GATTC calllback
|
2024-01-22 20:53:28 +08:00 |
|
zhanghaipeng
|
a3759a122e
|
docs(ble/bluedroid): Optimize documentation for BLE duplicate scan
|
2024-01-22 20:53:20 +08:00 |
|
zhanghaipeng
|
b447216f8a
|
fix(ble/bluedroid): Fix dangling pointer issue in deletion of bonded devices
|
2024-01-22 20:53:08 +08:00 |
|
zhanghaipeng
|
00b839ca66
|
fix(ble/bluedroid): Fix BLE background connection log level
|
2024-01-22 20:53:00 +08:00 |
|
xiongweichao
|
6674d0f0e5
|
fix(bt/bluedroid): Fixed SPP connection failure
The connection failure is caused by the BTU and application layer status being out of sync.
|
2024-01-17 19:40:38 +08:00 |
|
zhanghaipeng
|
587a797f7b
|
fix(ble/bluedroid): Fix ble memory leak when gattc config off
|
2024-01-16 15:44:54 +08:00 |
|
zhanghaipeng
|
8476ff2fa3
|
fix(bt/bluedroid): Fix ble adv data check to avoid memory overflow
|
2024-01-11 16:34:59 +08:00 |
|
linruihao
|
82a7b0160a
|
fix(bt/bludroid): Increase BTU task stack size
|
2024-01-08 11:36:53 +08:00 |
|
zhanghaipeng
|
e8a7e1f600
|
fix(bt/bluedroid): Fix BLE robost cashing config
|
2024-01-02 13:28:05 +08:00 |
|
Jiang Jiang Jian
|
35556a6a85
|
Merge branch 'backport/fix_ble_prepare_write_v5.0' into 'release/v5.0'
Backport/fix ble prepare write v5.0
See merge request espressif/esp-idf!27908
|
2023-12-31 14:25:28 +08:00 |
|