Raghu Saxena
1c2adf4201
fix(bt/example): Use correct struct type
2024-03-08 09:29:55 +08:00
Island
54517f039e
Merge branch 'feature/ble_mesh_example_light_driver_v5.0' into 'release/v5.0'
...
feat: replace lightdriver, and support more chips in ble mesh examples(backport v5.0)
See merge request espressif/esp-idf!28921
2024-03-06 14:10: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
f6be88415f
Merge branch 'bugfix/fix_double_free_coc_v5.0' into 'release/v5.0'
...
fix(nimble): Removed double free of packet (v5.0)
See merge request espressif/esp-idf!29033
2024-02-23 10:50:56 +08:00
Rahul Tank
146cf22f76
fix(nimble): Removed double free of packet
2024-02-13 14:42:42 +05:30
Roshan Bangar
93176970d9
Blufi : fix blufi deinit
2024-02-08 17:14:12 +05:30
MinZai97
6641a692b7
feat: replace lightdriver, and support more chips in ble mesh examples
2024-02-07 13:28:52 +08:00
chenjianhua
51db5c76b7
fix(bt/example): Fixed UART HCI when flow control is off on ESP32C3
2024-02-04 16:52:04 +08:00
cjin
5e44ecb938
fix(ble): delete unused example ci test script
2024-01-29 10:25:36 +08:00
cjin
227ad67a09
feat(ble): added pytest for ble power save example
2024-01-29 10:25:36 +08:00
xiongweichao
9c50e0c809
fix(ble): Fixed the issue of being unable to enter light sleep
...
- Fixed the issue where light sleep cannot be entered when external 32k XTAL does not exist
2024-01-29 10:25:36 +08:00
zhanghaipeng
d303ef3ba0
fix(bt/bluedroid): Update ble gattc gatts coex example
2024-01-02 13:30:30 +08:00
zhanghaipeng
7a0268ab66
fix(bt/bluedroid): Optimize ble remove all bonded devices function
2024-01-02 13:28:05 +08:00
zhanghaipeng
e76135fedf
fix(bt/bluedroid): Update ble ibeacon example document
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
Jiang Jiang Jian
437703f121
Merge branch 'fix/ble_mesh_example_relay_enable_v5.0' into 'release/v5.0'
...
fix(ble_mesh): Enable relay by default for the specific dev role (v5.0)
See merge request espressif/esp-idf!27511
2023-12-25 14:05:38 +08:00
zhanghaipeng
73da8018c5
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-23 20:19:29 +08:00
zhanghaipeng
1355f58180
feat(bt/bluedroid): Support ble create sync report disable and filter duplicate
2023-12-04 14:38:51 +08:00
Liu Linyan
4de66ad588
fix(ble_mesh): Enable relay by default for the specific dev role
2023-11-30 12:28:32 +08:00
zhanghaipeng
92080994fd
docs(bt/bluedroid): Update ble example document
2023-11-30 10:38:43 +08:00
gongyantao
82aed29e59
ci(bt/bluedroid): remove configs that are not in effect
2023-11-21 10:11:12 +08:00
gongyantao
c4affdb943
fix(bt/bluedroid): fix loadprohibited error in spp vfs acceptor example
2023-11-02 11:47:38 +08:00
zhanghaipeng
336244a060
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 14:37:39 +08:00
zhanghaipeng
018e84599a
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:37:39 +08:00
zhanghaipeng
b19e24ef01
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:37:39 +08:00
zhanghaipeng
fc96662044
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:37:39 +08:00
Jiang Jiang Jian
231e822d03
Merge branch 'bugfix/backport_some_ble_bugs_20231020_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 20231020 (backport v5.0)
See merge request espressif/esp-idf!26606
2023-10-26 11:51:48 +08:00
zhiweijian
f3729b1610
feat: add config to disable ble hci uart flow control
2023-10-20 17:16:45 +08:00
gongyantao
65e0356c3d
fix(bt/bluedroid): Send device status of AG to HF with a different api
...
1: replace api esp_hf_ag_devices_status_indchange with esp_hf_ag_ciev_report in bluetooth
hfp_ag example to send device status of AG to HF unit.
2: remove the unused codes
2023-10-20 10:03:34 +08:00
wanglai@espressif.com
025a669983
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
9a11ce19ea
feat(bt/bluedroid): Add supprot for specific indicator sending from AG to Client
2023-09-26 15:10:15 +08:00
wanglai@espressif.com
2a747a3058
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-09-26 15:10:15 +08:00
Rahul Tank
35bc5c3beb
Merge branch 'bugfix/update_ble_phy_example_v5.0' into 'release/v5.0'
...
fix(nimble): Updated BLE Phy example (v5.0)
See merge request espressif/esp-idf!26016
2023-09-20 16:34:55 +08:00
zhanghaipeng
ed1a83a93f
docs(bt): Update comment in ble
2023-09-18 19:38:04 +08:00
zhanghaipeng
debcf93282
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-18 19:37:55 +08:00
Rahul Tank
751380762c
fix(nimble): Updated BLE Phy example
...
The existing example has some issues which are now fixed.
1. Original example had legacy_pdu set which was not causing
the PHY to actually change. Fixed this
2. Added a way to initiate connection directly on 2M or Coded Phy.
2023-09-18 13:25:41 +05:30
Island
d1d4519f96
Merge branch 'feature/esp32c2_add_trace_function_v5.0' into 'release/v5.0'
...
ble: supported trace function and adv report flow control on esp32c2
See merge request espressif/esp-idf!25641
2023-09-18 11:44:27 +08:00
Wang Meng Yang
b212ab6176
Merge branch 'test/bqb_test_bt_classic_hid_v5.0' into 'release/v5.0'
...
feat(bt/bqb): Add setting local di record function for specific hid case of bqb auto test (backport v5.0)
See merge request espressif/esp-idf!25834
2023-09-18 11:05:35 +08:00
cjin
a29eaf058e
feat: Support esp32c2 BLE power save example
2023-09-08 17:03:03 +08:00
wanglai@espressif.com
5f243e9b95
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:20:36 +08:00
Wang Mengyang
50a854ce10
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-07 11:37:18 +08:00
chenqingqing
fbf196a7f9
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-07 11:37:09 +08:00
Jin Cheng
963f5a40db
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-07 10:56:11 +08:00
Jin Cheng
774056bf62
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-07 10:56:11 +08:00
Jin Cheng
f0ed003d91
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-07 10:56:11 +08:00
chenqingqing
342ae32a23
fix(bt): Fix argument type of ESP_LOGI for spp examples about format error
...
Closes https://github.com/espressif/esp-idf/pull/11819
2023-08-11 15:01:18 +08:00
isha.pardikar@espressif.com
3fc8422fe6
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
2023-07-28 15:58:48 +05:30
Rahul Tank
8e06eb490b
docs(nimble): Update Kconfig help section for Example Ext Adv
2023-07-20 09:31:51 +05:30
Rahul Tank
baecf8d44f
Merge branch 'feature/services_health_therm_v5.0' into 'release/v5.0'
...
NimBLE: Added health thermometer profile (v5.0)
See merge request espressif/esp-idf!24834
2023-07-19 15:13:20 +08:00
xiongweichao
09854f0e89
docs(bt/example): Updated bluetooth power save readme
2023-07-17 17:06:00 +08:00