ESP-IDF
BTM_BLE_GAP_ADDR_BIT_RANDOM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
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_GAP_ADDR_BIT_RANDOM
BTM_BLE_GAP_ADDR_BIT_RANDOM macro
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:192
#define
BTM_BLE_GAP_ADDR_BIT_RANDOM
(
1
<
<
0
)
Examples
References
from
examples
Code
Location
#define
BTM_BLE_GAP_ADDR_BIT_RANDOM
(
1
<
<
0
)
btm_ble_int.h:192
btm_cb
.
ble_ctr_cb
.
addr_mgnt_cb
.
exist_addr_bit
|=
BTM_BLE_GAP_ADDR_BIT_RANDOM
;
btm_ble_gap.c:999
if
(
(
btm_cb
.
ble_ctr_cb
.
addr_mgnt_cb
.
exist_addr_bit
&
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
==
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
{
btm_ble_gap.c:1006
if
(
(
btm_cb
.
ble_ctr_cb
.
addr_mgnt_cb
.
exist_addr_bit
&
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
==
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
{
btm_ble_gap.c:1049
if
(
(
p_cb
->
exist_addr_bit
&
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
!=
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
{
btm_ble_gap.c:1075
btm_cb
.
ble_ctr_cb
.
addr_mgnt_cb
.
exist_addr_bit
|=
BTM_BLE_GAP_ADDR_BIT_RANDOM
;
btm_ble_gap.c:2031
btm_cb
.
ble_ctr_cb
.
addr_mgnt_cb
.
exist_addr_bit
&=
(
~
BTM_BLE_GAP_ADDR_BIT_RANDOM
)
;
btm_ble_gap.c:2057
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