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 |
|
Island
|
87aeb49cff
|
Merge branch 'feature/support_ble_53_host_feat_v5.0' into 'release/v5.0'
Support BLE host feature for PTS (backport v5.0)
See merge request espressif/esp-idf!25646
|
2023-09-18 15:23:06 +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
|
5dc39ebf5a
|
docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call
|
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
|
e36e0f5233
|
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
|
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 |
|
chenjianhua
|
11e8970a45
|
bluedroid: add GATT read multi variable API and evt
|
2023-08-30 15:17:56 +08:00 |
|
chenjianhua
|
0315b24514
|
bluedroid: add periodic adv sync transfer API and EVT
|
2023-08-30 15:17:47 +08:00 |
|
chenjianhua
|
630154ed2d
|
bluedroid: support gatts show local database
|
2023-08-30 15:17:38 +08:00 |
|
chenjianhua
|
4145099bdc
|
bluedroid: support oob pairing for smp secure connection
|
2023-08-30 15:11:34 +08:00 |
|
baohongde
|
d82a2e2eec
|
feat(bt/bluedroid): Add option whether to include device name in extended inquiry response
|
2023-08-24 19:36:26 +08:00 |
|
Jin Cheng
|
48a31a8a51
|
fix(bt): Removed an incorrectly defined HCI error code
|
2023-08-09 17:32:41 +08:00 |
|
chenjianhua
|
7ca9ca6f90
|
bluedroid: fixed compile warning when optimize for performance
|
2023-07-18 11:41:44 +08:00 |
|
zhanghaipeng
|
cddca1adf4
|
fix(bt): Fix ble advertising data length 0 error
- Fixed an issue where the BLE advertisement length of 0 was causing an error
|
2023-07-13 16:42:48 +08:00 |
|
wangmengyang
|
49bb1e85b7
|
component/docs: enable generation of API-reference documents for Bluetooth HID host
|
2023-06-25 15:37:54 +08:00 |
|
gongyantao
|
df68489f15
|
resolve the conflicts
|
2023-06-25 15:37:54 +08:00 |
|
Jiang Jiang Jian
|
e7d4c90277
|
Merge branch 'bugfix/fix_some_ble_bug_v5.0' into 'release/v5.0'
Fixed some BLE bugs (backport v5.0)
See merge request espressif/esp-idf!23299
|
2023-05-11 17:28:00 +08:00 |
|
chenjianhua
|
cceb2b4db6
|
bluedroid: support get bluetooth device name
|
2023-04-20 10:54:16 +08:00 |
|
chenjianhua
|
3eb5185b7b
|
bluedroid: report status after clearing the BLE white list
|
2023-04-20 10:38:23 +08:00 |
|
Jin Cheng
|
02bfc34aa0
|
Optimized the document for GAP API:
`esp_bt_gap_set_cod`
|
2023-03-30 14:16:02 +08:00 |
|
Jiang Jiang Jian
|
fe743a057f
|
Merge branch 'bugfix/avrcp_psth_cmd_rsp_v5.0' into 'release/v5.0'
bt:Added a parameter to tell the user the result of the pass through command implementation(v5.0)
See merge request espressif/esp-idf!22726
|
2023-03-17 14:22:22 +08:00 |
|
Marius Vikhammer
|
420e20f95b
|
docs: fix broken links
|
2023-03-14 10:24:51 +08:00 |
|
xiongweichao
|
46e7347177
|
bt:Added a parameter to tell the user the result of the pass through command implementation
|
2023-03-13 15:03:55 +08:00 |
|
chenjianhua
|
a13b89a043
|
bluedroid: add params in GATT connect event
|
2023-02-14 11:23:50 +08:00 |
|
Jiang Jiang Jian
|
7dae4181a8
|
Merge branch 'bugfix/fix_some_ble_bugs_by_cjh_v5.0' into 'release/v5.0'
Fixed some BLE bugs (backport v5.0)
See merge request espressif/esp-idf!21682
|
2022-12-20 11:14:48 +08:00 |
|
chenjianhua
|
c97df72bb2
|
bluedroid: fix encrypt keysize of GATT characteristic permission
|
2022-12-19 20:17:00 +08:00 |
|
xiongweichao
|
3f5aaf11db
|
Added esp_spp_vfs_unregister() to free memory allocated by esp_spp_vfs_register()
|
2022-12-19 11:32:01 +08:00 |
|
Jiang Jiang Jian
|
232a4aee15
|
Merge branch 'feature/report_acl_conn_cmp_stat_to_app_v5.0' into 'release/v5.0'
feature/report ACL link related events to application (v5.0)
See merge request espressif/esp-idf!21524
|
2022-12-14 10:45:15 +08:00 |
|
xiongweichao
|
6fdd8552da
|
Fixed incorrect parameters in switching to BTC context
|
2022-12-12 11:26:39 +08:00 |
|
xiongweichao
|
f9732cb65f
|
bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
|
2022-12-12 11:26:26 +08:00 |
|
jincheng
|
80da46eff3
|
Added reporting for ACL link related events to application
|
2022-12-09 11:07:50 +08:00 |
|
xiongweichao
|
654e198464
|
bt: Remove SPP default send buffer size option and add parameters to configure send buffer size in esp_spp_enhance_init()
|
2022-12-07 09:38:24 +00:00 |
|
xiongweichao
|
c2c9b090c7
|
bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM
|
2022-12-07 09:38:24 +00:00 |
|
Jiang Jiang Jian
|
316e0e2295
|
Merge branch 'bugfix/fix_hid_device_vup_without_connection_5.0' into 'release/v5.0'
Bugfix/Fix HID Device can not remove virtually cabled device without a connection[backport 5.0]
See merge request espressif/esp-idf!21365
|
2022-12-02 20:38:57 +08:00 |
|
liqigan
|
ad43b04898
|
fix HID device can not remove virtually cabled device without a connection
Closes https://github.com/espressif/esp-idf/issues/10107
|
2022-12-01 15:14:25 +08:00 |
|
xiongweichao
|
cb647b5198
|
bt: Fixed SPP VFS mode not being able to send data
|
2022-10-26 16:41:09 +08:00 |
|
xiongweichao
|
47232f54a8
|
bt: Fixed esp_spp_write() crash when len is 0
Closes https://github.com/espressif/esp-idf/issues/9977
|
2022-10-26 16:40:56 +08:00 |
|
chenjianhua
|
a207f218ea
|
bluedroid: configurable max gattc cache characteristic count
|
2022-10-09 17:07:53 +08:00 |
|
chenjianhua
|
03832cceeb
|
Bluedroid: Configurable option to modify max gatt service attributes count
|
2022-10-09 17:07:53 +08:00 |
|
zwj
|
07c4eb8841
|
Fixed extend adv tx power range error
|
2022-09-19 16:21:22 +08:00 |
|
satish.solanke
|
622bfa3e28
|
updating doc for the issue doc_3566
|
2022-09-09 10:32:53 +05:30 |
|
satish.solanke
|
9b6d1b91c0
|
Support of Micro defination in header file
|
2022-08-23 12:05:30 +05:30 |
|
Jiang Jiang Jian
|
7497a5287c
|
Merge branch 'bugfix/fix_bluedroid_host_memory_overflow' into 'master'
Fixed bluedroid host memory overflow
Closes BT-2397
See merge request espressif/esp-idf!18897
|
2022-07-15 11:52:33 +08:00 |
|
zhiweijian@espressif.com
|
4bd267ac9a
|
Fixed bluedroid host memory overflow
|
2022-07-14 19:35:22 +08:00 |
|
Wei Tian Hua
|
8699a10929
|
Merge branch 'bugfix/redesign_hf_ag_init_deinit_api_param' into 'master'
component_bt: Change HF AG API
See merge request espressif/esp-idf!18592
|
2022-07-08 16:57:20 +08:00 |
|
chenjianhua
|
3a1a5e284a
|
Bluedroid: fix channel map of ext adv params check
|
2022-07-05 16:02:37 +08:00 |
|
weitianhua
|
b4aa3269e7
|
Change HF AG APIs' NamingMethod
1. Remove parameter of esp-bt_hf_init & esp_bt_hf_deinit API
2. Change API names
|
2022-06-22 15:34:05 +08:00 |
|
Darian Leung
|
a8805e5b01
|
bluedroid: Fix non breaking typos
|
2022-06-21 19:07:25 +08:00 |
|