zhanghaipeng
d2d3ce7f0c
docs(ble/bluedroid): Optimize doc for registering BLE callback functions
2025-02-11 14:16:53 +08:00
zhanghaipeng
7f7efaccfc
docs(ble/bluedroid): Optimize BLE example documentation
2024-12-17 11:19:18 +08:00
zhanghaipeng
d5446608e3
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:50:19 +08:00
chenjianhua
4fa7610be8
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-03 18:05:12 +08:00
zhanghaipeng
f70a669973
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-03 18:04:46 +08:00
zhanghaipeng
2b08d26dee
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-03 18:04:46 +08:00
chenjianhua
d4dd65474e
refactor(bt/bluedroid): Refactor the print for BLE examples
2024-10-24 18:04:10 +08:00
chenjianhua
f4d50858e6
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:10 +08:00
zhanghaipeng
3818ca3a46
fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data
2024-08-23 09:42:32 +08:00
zhanghaipeng
01a40193a8
docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates
2024-08-09 20:29:20 +08:00
zhanghaipeng
1d8f0aec81
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 19:26:27 +08:00
Raghu Saxena
1c2adf4201
fix(bt/example): Use correct struct type
2024-03-08 09:29:55 +08:00
baohongde
c138e47f45
components/bt: Update licenses
2021-12-08 10:59:06 +08:00
Angus Gratton
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
...
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
Anton Maklakov
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-08-01 16:28:56 +07:00
Hrishikesh Dhayagude
cba69dd088
Bluetooth examples restructuring
...
The existing Bluetooth examples are split as:
1. examples/bluetooth/bluedroid - Bluedroid Host (BT + BLE) examples
a. examples/bluetooth/bluedroid/classic_bt - Classic BT examples
b. examples/bluetooth/bluedroid/ble - BLE examples
c. examples/bluetooth/bluedroid/coex - Classic BT and BLE coex examples
d. examples/bluetooth/bluedroid/hci - VHCI and HCI UART examples
i. Rename ble_adv to controller_vhci_ble_adv and move it in hci folder
2. examples/bluetooth/nimble - NimBLE BLE Host + NimBLE Mesh examples
3. examples/bluetooth/esp_ble_mesh - ESP BLE Mesh examples
4. Update documentation references
2019-07-01 19:21:57 +08:00