chenqingqing
74ceb6bebc
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape
2024-08-05 19:57:13 +08:00
Wei Yu Han
b9b3992d42
docs(ble): Removed trailing whitespace
2024-07-12 09:13:51 +08:00
Wei Yu Han
3f36497d8a
docs(ble): Revised the explanation for esp_bt_mem_release and esp_bt_controller_mem_release
2024-07-12 08:19:47 +08:00
Wei Yu Han
58a4f153bc
docs(ble): Add the parameter name data in esp_vhci_host_send_packet
2024-07-10 10:40:36 +08:00
Wang Ning
b9c4b6414b
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com>
2024-07-05 18:08:07 +08:00
Yuhan Wei
1df6134485
docs(ble): Add the explanations to controller parameters configurable in menuconfig
2024-07-05 18:08:07 +08:00
Wang Ning
799d7bfd6d
Apply 35 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com>
2024-07-05 18:08:07 +08:00
Yuhan Wei
d18e230a9f
docs(ble): Removed note in esp_bt_controller_config_t
2024-07-05 18:08:07 +08:00
Yuhan Wei
fe41fba8a6
docs(ble): Replaced BT with Bluetooth
2024-07-05 18:08:07 +08:00
Yuhan Wei
bbeea564da
docs(ble): Removed unnecessary explanations
2024-07-05 18:08:07 +08:00
Yuhan Wei
b0fb2df89d
docs(ble): Added corresponding values to the controller mode
2024-07-05 18:08:07 +08:00
Yuhan Wei
b80829dcd9
docs(ble): Fixed the explanation of TX power type
2024-07-05 18:08:07 +08:00
Yuhan Wei
ad01b74b49
docs(ble): Added typeof for BLE sleep clock accuracy enum
2024-07-05 18:08:06 +08:00
Yuhan Wei
edb4bded13
docs(ble): Added a name for BLE sleep clock accuracy enum
2024-07-05 18:08:06 +08:00
Yuhan Wei
ea18f615d2
docs(ble): Revised the esp32 controller API explanations
2024-07-05 18:08:06 +08:00
zhanghaipeng
51f7ddc223
fix(bt/controller): Update bt lib for ESP32(5838b68)
...
- Fixed BLE scan assert
- Fixed assert(10,0) in lld_pdu
- Add BLE scan backoff in menuconfig
2024-04-16 11:32:22 +08:00
chenjianhua
be0ef2d0e0
update esp32 bt-lib (7b24543)
...
- Support BLE RX error packet count record
- Fixed instant setting for LLC procedures with instants
- Fixed adv random delay when adv interval is less than 20ms
2023-08-18 16:49:35 +08:00
zwj
9ac7b16124
Update bt lib for ESP32
...
- Add config to set duplicate scan list refresh period
- overwrite the oldest device infor if the list is full
- Fixed duplicate scan period is not accurate
2022-12-19 15:15:37 +08:00
Omar Chebib
cd21058097
C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT
...
Closes https://github.com/espressif/esp-idf/issues/9938
2022-11-21 16:18:08 +08:00
Evan Neidler
54ee184a95
Update #define BT_CONTROLLER_INIT_CONFIG_DEFAULT().
...
Corrects header names in string from "bt.h" to "esp_bt.h".
2022-10-09 10:52:04 +08:00
Pedro
792186a3da
Remove trailing semicolon from bt dft initializer
...
Similar to espressif#6554
2022-08-16 11:48:17 -03:00
xiewenxiang
451a1dd937
doc(bt): Add description for de-initialize bt controller
2022-07-08 10:58:32 +08:00
Li Shuai
46dedca23c
ci: replace old header with new SPDX header style
2021-10-14 10:51:10 +08:00
baohongde
17d719bad7
Power Management: power up/down BT power domain when BT init/deinit
2021-10-14 10:51:09 +08:00
baohongde
e2fb413329
components/bt: add config option to choose Bluetooth intterupt level.
2021-09-09 11:29:17 +08:00
Chinmay Chhajed
f167a2a3d1
bt: Remove unused function esp_bt_get_mac.
...
Closes https://github.com/espressif/esp-idf/issues/7410
2021-08-17 15:07:51 +05:30
Omar Chebib
c4f57af6c9
G0: Memory layouts are now part of heap components
2021-07-15 11:38:23 +10:00
XieWenxiang
f9cdd1d6c9
component/bt: Modify some ambiguous descriptions
2021-03-23 23:08:05 +08:00
weitianhua
c347b0a937
Update bt_discovery demo and README
...
1. Use bt_app_gap_init function
2. Add Security Simple Pair doc
3. Update README
Update SPP demo
1. Add input module for bt_spp_initiator demo to show the security simple pair features
2. Update README of bt_spp_acceptor and bt_spp_initiator demo.
Format comment in esp_a2dp_api.h
Format comment in esp_avrc_api.h
Format comment in esp_spp_api.h
Fix bt_discovery build err
Update HFP API guide error
Remove BTA_AV_DEBUG
Remove Trailing Whitespace & End of Files
2021-01-27 14:17:12 +08:00
zwj
7c1c669799
component/bt: add BLE v5.0 feature for bluedroid host
2021-01-15 17:55:12 +08:00