ESP-IDF
bta_service_id_to_btm_srv_id_lkup_tbl
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
bta_service_id_to_btm_srv_id_lkup_tbl
bta_service_id_to_btm_srv_id_lkup_tbl variable
Syntax
Show:
Summary
Declaration
Definition
from
bta_dm_int.h:1627
extern
const
UINT32
bta_service_id_to_btm_srv_id_lkup_tbl
[
]
;
Implemented in
bta_dm_act.c:186
Examples
References
from
examples
Code
Location
Referrer
const
UINT32
bta_service_id_to_btm_srv_id_lkup_tbl
[
BTA_MAX_SERVICE_ID
]
=
{
bta_dm_act.c:186
extern
const
UINT32
bta_service_id_to_btm_srv_id_lkup_tbl
[
]
;
bta_dm_int.h:1627
btm_mask_index
=
bta_service_id_to_btm_srv_id_lkup_tbl
[
index
]
/
BTM_SEC_ARRAY_BITS
;
bta_dm_act.c:1195
bta_dm_add_device()
trusted_services_mask
[
btm_mask_index
]
|=
(
UINT32
)
(
1
<
<
(
bta_service_id_to_btm_srv_id_lkup_tbl
[
index
]
-
(
UINT32
)
(
btm_mask_index
*
32
)
)
)
;
bta_dm_act.c:1196
bta_dm_add_device()
if
(
bta_service_id_to_btm_srv_id_lkup_tbl
[
index
]
==
service_id
)
{
bta_dm_act.c:3038
bta_dm_authorize_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bta_service_id_to_btm_srv_id_lkup_tbl
is read by 2 functions:
All items filtered out
bta_service_id_to_btm_srv_id_lkup_tbl
bta_dm_add_device()
bta_dm_authorize_cback()
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