ESP-IDF
esp_btc_creat_tab_t::handles
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_btc_creat_tab_t::handles
esp_btc_creat_tab_t::handles field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:155
uint16_t
handles
[
ESP_GATT_ATTR_HANDLE_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
handles
[
ESP_GATT_ATTR_HANDLE_MAX
]
;
btc_gatts.h:155
param
.
add_attr_tab
.
handles
=
btc_creat_tab_env
.
handles
;
btc_gatts.c:417
btc_gatts_act_create_attr_tab()
btc_creat_tab_env
.
handles
[
index
]
=
p_data
->
create
.
service_id
;
btc_gatts.c:581
btc_gatts_inter_cb()
btc_creat_tab_env
.
handles
[
index
]
=
p_data
->
add_result
.
attr_id
;
btc_gatts.c:586
btc_gatts_inter_cb()
btc_creat_tab_env
.
handles
[
index
]
=
p_data
->
add_result
.
attr_id
-
1
;
btc_gatts.c:591
btc_gatts_inter_cb()
btc_creat_tab_env
.
handles
[
index
+
1
]
=
p_data
->
add_result
.
attr_id
;
btc_gatts.c:592
btc_gatts_inter_cb()
btc_creat_tab_env
.
handles
[
index
]
=
p_data
->
add_result
.
attr_id
;
btc_gatts.c:597
btc_gatts_inter_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_btc_creat_tab_t::handles
is read by 2 functions:
All items filtered out
esp_btc_creat_tab_t::handles
btc_gatts_act_create_attr_tab()
btc_gatts_inter_cb()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out