This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-17 10:12:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cfd65df78a27bb74c8ffe71e6b51ac98ebc8ca8a
esp-idf
/
components
/
bt
/
host
/
bluedroid
/
bta
/
gatt
History
zhiweijian
ec6c7558ef
add congest direct callback and fix malloc failed when multi_connection notify performance test
2020-05-15 15:35:39 +08:00
..
include
Component/bt: Fix GATTC trigger open event multiple times
2020-01-14 03:24:29 +00:00
bta_gatt_common.c
…
bta_gattc_act.c
Component/bt: Fix GATTC trigger open event multiple times
2020-01-14 03:24:29 +00:00
bta_gattc_api.c
component/bt: Fix the issue with pointer type conversion in gattc. Unified count pointer type in bta and btc, change pointer type in bta from int to uint16_t.
2020-01-09 16:30:55 +08:00
bta_gattc_cache.c
component/bt: Fix the issue with pointer type conversion in gattc. Unified count pointer type in bta and btc, change pointer type in bta from int to uint16_t.
2020-01-09 16:30:55 +08:00
bta_gattc_ci.c
…
bta_gattc_co.c
…
bta_gattc_main.c
…
bta_gattc_utils.c
Component/bt: Fix GATTC trigger open event multiple times
2020-01-14 03:24:29 +00:00
bta_gatts_act.c
add congest direct callback and fix malloc failed when multi_connection notify performance test
2020-05-15 15:35:39 +08:00
bta_gatts_api.c
Fix some typo in idf
2019-12-12 15:55:42 +08:00
bta_gatts_co.c
…
bta_gatts_main.c
…
bta_gatts_utils.c
…