ESP-IDF
BTM_BLE_NON_CONNECT_EVT
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
BTM_BLE_NON_CONNECT_EVT
BTM_BLE_NON_CONNECT_EVT macro
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:40
#define
BTM_BLE_NON_CONNECT_EVT
0x03
Examples
References
from
examples
Code
Location
#define
BTM_BLE_NON_CONNECT_EVT
0x03
/* Non connectable undirected advertising */
btm_ble_api.h:40
UINT8
evt_type
=
p_cb
->
scan_rsp
?
BTM_BLE_DISCOVER_EVT
:
BTM_BLE_NON_CONNECT_EVT
;
btm_ble_gap.c:632
(
(
p_cb
->
scan_rsp
)
?
BTM_BLE_DISCOVER_EVT
:
BTM_BLE_NON_CONNECT_EVT
)
\
btm_ble_gap.c:1373
}
else
if
(
adv_type
==
BTM_BLE_NON_CONNECT_EVT
)
{
btm_ble_gap.c:1556
case
BTM_BLE_NON_CONNECT_EVT
:
btm_ble_gap.c:2480
case
BTM_BLE_NON_CONNECT_EVT
:
btm_ble_gap.c:4042
p_cb
->
inq_var
.
evt_type
=
BTM_BLE_NON_CONNECT_EVT
;
btm_ble_gap.c:4577
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
Lifecycle
from
examples
All items filtered out
All items filtered out