Rahul Tank
b9659277c9
fix(nimble): Added code under correct flags to fix compilation warnings
2025-07-28 10:20:02 +05:30
Island
a8d3b4808b
Merge branch 'bugfix/fix_find_the_oldest_device' into 'master'
...
Bugfix/fix find the oldest device
Closes BCI-542
See merge request espressif/esp-idf!40464
2025-07-25 19:50:33 +08:00
Rahul Tank
d1ea45202e
Merge branch 'fix/clear_gatt_svc_len' into 'master'
...
fix(nimble): Clear GATT service entries counter upon GATT deinit
Closes BLERP-2063
See merge request espressif/esp-idf!40351
2025-07-25 16:32:34 +05:30
zhanghaipeng
b6dc79af47
fix(ble/bluedroid): Fixed fail to disconnect when device record is cleared
2025-07-25 10:30:11 +08:00
zhanghaipeng
ac385530af
fix(ble/bluedroid): fix incorrect resolving_list_avail_size update
2025-07-25 10:27:53 +08:00
zhanghaipeng
61606a6f95
fix(ble/bluedroid): ensure resolving list is updated when the oldest device is removed
2025-07-24 21:29:27 +08:00
Rahul Tank
d2799fa657
fix(nimble): Add packet allocation retry for limited iteration
2025-07-22 11:47:41 +05:30
Sumeet Singh
651c6d8128
fix(nimble): Clear GATT service entries counter upon GATT deinit
2025-07-11 17:46:37 +05:30
Wang Meng Yang
706b7c8629
Merge branch 'feat/add_handl_in_sdp_evt' into 'master'
...
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT
Closes BTQABR2023-537
See merge request espressif/esp-idf!40409
2025-07-11 19:29:48 +08:00
Rahul Tank
dffb03f00f
Merge branch 'bugfix/fix_gatt_cache_server_compile' into 'master'
...
fix(nimble): Fix compilation issues when gatt caching is enabled in peripheral only mode
See merge request espressif/esp-idf!40343
2025-07-08 16:04:25 +05:30
zhanghaipeng
48235c7b25
fix(ble/bluedroid): Fix issue causing BTM_GetSecurityFlags failed
2025-07-08 17:12:30 +08:00
xiongweichao
28404a6324
feat(bt): Add record_handle in ESP_SDP_REMOVE_RECORD_COMP_EVT
2025-07-07 19:12:00 +08:00
Zhou Xiao
c60dd1a10e
change(ble): enable hci log spi out for ESP chips
2025-07-07 18:56:35 +08:00
Zhou Xiao
c0d2792b9d
change(ble): enable bluedroid logs over debug level through spi output
2025-07-07 18:56:35 +08:00
Zhou Xiao
dd4cbe5e00
feat(ble): support host & hci log module
2025-07-07 18:56:35 +08:00
Rahul Tank
9df0cb7150
fix(nimble): Fix compilation issues when gatt caching is enabled in server only mode
2025-07-05 15:28:28 +05:30
Rahul Tank
1140c638c3
fix(nimble): Handle 0x3e disconnect during rem feat/ read version
2025-07-02 16:45:15 +05:30
Rahul Tank
e8d24d0525
fix(nimble): Add missing ble_hs_unlock() call
2025-06-26 10:35:34 +05:30
Alexey Lapshin
a3dfc82246
fix(build): add __attribute__((nonstring)) to nonsting variables
2025-06-25 18:01:50 +07:00
Island
09046275fd
Merge branch 'bugfix/fix_some_ble_build_fail' into 'master'
...
fix(ble/bluedroid): fix build failure when some BLE features are disabled
Closes BLERP-2027
See merge request espressif/esp-idf!40109
2025-06-25 15:26:11 +08:00
zhanghaipeng
a29cd4ad5f
fix(ble/bluedroid): fix build failure when some BLE features are disabled
2025-06-24 20:26:43 +08:00
linruihao
ffaf0819d5
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art
...
Closes https://github.com/espressif/esp-idf/issues/16155
2025-06-19 14:48:12 +08:00
Jiang Jiang Jian
cca744cd70
Merge branch 'bugfix/ag_data_callback_cleared_after_deinit' into 'master'
...
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
Closes COEXQABR25-79
See merge request espressif/esp-idf!39786
2025-06-19 01:20:20 +08:00
Astha Verma
a82bdb87d3
fix(nimble): Added parameter in peer_init for included service allocation
2025-06-17 11:56:20 +05:30
Sumeet Singh
e928897801
feat(nimble): Added two GATT features:
...
1. Automatically initiate security if a GATT service request fails
2. Encryption, Authentication, and Authorization requirement on CCCD
2025-06-16 16:58:57 +05:30
Rahul Tank
5beacd1ad2
Merge branch 'fix/nimble_pr_issues' into 'master'
...
fix(nimble): Add fixes for compilation issues in nimble
See merge request espressif/esp-idf!39631
2025-06-16 15:33:20 +05:30
Wang Mengyang
0190ba0390
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
2025-06-16 16:55:09 +08:00
Rahul Tank
8fb69d6ef8
Merge branch 'bugfix/fix_kconfig_names' into 'master'
...
fix(nimble): Modified Kconfig information to make it more user friendly
See merge request espressif/esp-idf!39617
2025-06-12 20:25:29 +05:30
Rahul Tank
8192dfc530
fix(nimble): Add fixes for compilation issues in nimble
...
1. Fix compile failures when CSFCS is 0
2. Wrap BLE service API with extern "C"
2025-06-12 19:27:38 +05:30
Island
85d74cdde8
Merge branch 'feat/support_ble_vendor_evt_report_with_param' into 'master'
...
feat(bt/bluedroid): Support BLE vendor event reporting with params
Closes BLERP-1624
See merge request espressif/esp-idf!37539
2025-06-10 18:22:51 +08:00
Island
a4fcd06785
Merge branch 'feat/support_anonymous_addr_type_for_white_list' into 'master'
...
feat(ble/bluedroid): Support anonymous address type for white list
Closes BLERP-1844
See merge request espressif/esp-idf!38950
2025-06-10 18:22:40 +08:00
chenjianhua
6392180813
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection
2025-06-10 15:06:03 +08:00
chenjianhua
71e15a1085
feat(ble/bluedroid): Add config for BLE vendor hci command and event
2025-06-10 10:54:18 +08:00
chenjianhua
0fe1586a55
feat(ble/bluedroid): Support BLE vendor event reporting with params
2025-06-09 20:26:18 +08:00
chenjianhua
913645d239
feat(ble/bluedroid): Support anonymous address type for white list
2025-06-09 19:41:54 +08:00
Rahul Tank
c62b4c7994
fix(nimble): Add invocation for mempool_deinit
2025-06-04 16:35:59 +05:30
Island
7d25722980
Merge branch 'bugfix/fix_ble_smp_fail_0x82' into 'master'
...
Bugfix/fix ble smp fail 0x82
Closes BLERP-1949
See merge request espressif/esp-idf!39494
2025-06-04 17:08:31 +08:00
Rahul Tank
44ba32bef7
fix(nimble): Modified Kconfig information to make it more user friendly
2025-06-03 16:00:54 +05:30
Island
f51c769d99
Merge branch 'bugfix/fix_ble_crash_when_check_send_pkts' into 'master'
...
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
Closes BLERP-1944
See merge request espressif/esp-idf!39463
2025-06-03 10:41:41 +08:00
zhanghaipeng
8150573012
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
2025-05-30 17:37:21 +08:00
Wang Meng Yang
8f224d6a63
Merge branch 'change/opt_hid_device_connect_description' into 'master'
...
docs(bt/bluedroid): Updated HID Device connect API description
Closes IDFGH-15363
See merge request espressif/esp-idf!39434
2025-05-30 07:12:06 +08:00
Rahul Tank
adf1c5bc97
Merge branch 'bugfix/add_ci_files' into 'master'
...
fix(nimble): Add CI files for base configurations
Closes BLERP-1896
See merge request espressif/esp-idf!37954
2025-05-29 14:06:13 +05:30
liqigan
31c8dac885
docs(bt/bluedroid): Updated HID Device connect API description
...
Closes https://github.com/espressif/esp-idf/issues/16020
2025-05-29 14:52:21 +08:00
Wang Meng Yang
6177115241
Merge branch 'fear/add_avrcp_init_state_event' into 'master'
...
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
Closes CBI-1400 and BTQABR2023-507
See merge request espressif/esp-idf!39278
2025-05-29 14:47:02 +08:00
zhanghaipeng
99121258d4
fix(ble/bluedroid): Fixed BLE SMP state machine inconsistency on disconnection
2025-05-29 10:50:50 +08:00
zhanghaipeng
de9a367f13
feat(ble/bluedroid): Include SMP state in BLE status reporting
2025-05-29 10:36:26 +08:00
Wang Meng Yang
fb6693c7a0
Merge branch 'fix/incorrect_setting_of_sco_packet_type_mask' into 'master'
...
fix(bt): fixed incorrect mask was used to exclude sco packets
Closes CBI-1403
See merge request espressif/esp-idf!39396
2025-05-29 08:01:20 +08:00
Rahul Tank
17338659b9
fix(nimble): Added CI files for various configurations
2025-05-28 21:51:23 +05:30
xiongweichao
a8ed0133ca
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
2025-05-28 11:24:32 +00:00
Zhang Hai Peng
c91a897697
Merge branch 'bugfix/fix_send_delete_link_key_cmd_1' into 'master'
...
Bugfix/fix send delete link key cmd 1
Closes BLERP-1735
See merge request espressif/esp-idf!39424
2025-05-27 14:41:59 +08:00