ESP-IDF
tBTM_BLE_GAP_STATE
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_BLE_GAP_STATE
tBTM_BLE_GAP_STATE enum
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:111
enum
{
BTM_BLE_IDLE
=
0
,
BTM_BLE_SCANNING
=
1
,
BTM_BLE_ADVERTISING
=
2
,
}
;
Values
Value
Declared as
tBTM_BLE_GAP_STATE::BTM_BLE_IDLE
=
0
tBTM_BLE_GAP_STATE::BTM_BLE_SCANNING
=
1
tBTM_BLE_GAP_STATE::BTM_BLE_ADVERTISING
=
2
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
btm_ble_int.h:111
}
tBTM_BLE_GAP_STATE
;
btm_ble_int.h:115
tBTM_BLE_GAP_STATE
temp_state
=
p_cb
->
state
;
btm_ble_gap.c:4104
btm_ble_start_adv()
tBTM_BLE_GAP_STATE
temp_state
=
p_cb
->
state
;
btm_ble_gap.c:4145
btm_ble_stop_adv()
}
tBTM_BLE_GAP_STATE
;
btm_ble_int.h:115
tBTM_BLE_GAP_STATE
tBTM_BLE_GAP_STATE
state
;
/* Current state that the adv or scan process is in */
btm_ble_int.h:182
tBTM_BLE_INQ_CB
tBTM_BLE_INQ_CB::state
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
tBTM_BLE_INQ_CB::state
tBTM_BLE_INQ_CB
btm_ble_int.h:182
Lifecycle
from
examples
All items filtered out
All items filtered out