ESP-IDF
BAS_IDX_NB
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
BAS_IDX_NB
BAS_IDX_NB value
Syntax
Show:
Summary
Declaration
from
ble_hidd.c:93
BAS_IDX_NB
;
Examples
References
from
examples
Code
Location
Referrer
BAS_IDX_NB
,
ble_hidd.c:93
_last_db
=
(
esp_gatts_attr_db_t
*
)
malloc
(
sizeof
(
esp_gatts_attr_db_t
)
*
BAS_IDX_NB
)
;
ble_hidd.c:202
create_bat_db()
esp_err_t
err
=
esp_ble_gatts_create_attr_tab
(
_last_db
,
dev
->
bat_svc
.
gatt_if
,
BAS_IDX_NB
,
0
)
;
ble_hidd.c:212
create_bat_db()
dev
->
hid_incl_svc
.
end_hdl
=
dev
->
bat_svc
.
handle
+
BAS_IDX_NB
-
1
;
ble_hidd.c:389
bat_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BAS_IDX_NB
is read by 2 functions:
All items filtered out
BAS_IDX_NB
create_bat_db()
bat_event_handler()
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