ESP-IDF
tBTM_WL_OPERATION
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_WL_OPERATION
tBTM_WL_OPERATION enum
Syntax
Show:
Summary
Declaration
from
btm_api.h:153
enum
{
BTM_WHITELIST_REMOVE
=
0X00
,
BTM_WHITELIST_ADD
=
0X01
,
BTM_WHITELIST_CLEAR
=
0x02
,
}
;
Values
Value
Declared as
tBTM_WL_OPERATION::BTM_WHITELIST_REMOVE
=
0X00
tBTM_WL_OPERATION::BTM_WHITELIST_ADD
=
0X01
tBTM_WL_OPERATION::BTM_WHITELIST_CLEAR
=
0x02
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
btm_api.h:153
}
tBTM_WL_OPERATION
;
btm_api.h:157
static
void
btc_update_whitelist_complete_callback
(
UINT8
status
,
tBTM_WL_OPERATION
wl_opration
)
btc_gap_ble.c:841
btc_update_whitelist_complete_callback()
btc_update_whitelist_complete_callback()::wl_opration
}
tBTM_WL_OPERATION
;
btm_api.h:157
tBTM_WL_OPERATION
typedef
void
(
tBTM_UPDATE_WHITELIST_CBACK
)
(
UINT8
status
,
tBTM_WL_OPERATION
wl_opration
)
;
btm_api.h:197
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
btc_update_whitelist_complete_callback()::wl_opration
btc_update_whitelist_complete_callback()
btc_gap_ble.c:841
Lifecycle
from
examples
All items filtered out
All items filtered out