ESP-IDF
BLE_RESOLVE_ADDR_MASK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_RESOLVE_ADDR_MASK
BLE_RESOLVE_ADDR_MASK macro
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:89
#define
BLE_RESOLVE_ADDR_MASK
0xc0
Examples
References
from
examples
Code
Location
#define
BLE_RESOLVE_ADDR_MASK
0xc0
/* bit 6, and bit7 */
btm_ble_int.h:89
p
->
param_buf
[
2
]
&=
(
~
BLE_RESOLVE_ADDR_MASK
)
;
btm_ble_addr.c:106
#define
BTM_BLE_IS_NON_RESLVE_BDA
(
x
)
(
(
x
[
0
]
&
BLE_RESOLVE_ADDR_MASK
)
==
BLE_NON_RESOLVE_ADDR_MSB
)
btm_ble_int.h:90
#define
BTM_BLE_IS_RESOLVE_BDA
(
x
)
(
(
x
[
0
]
&
BLE_RESOLVE_ADDR_MASK
)
==
BLE_RESOLVE_ADDR_MSB
)
btm_ble_int.h:91
p
->
param_buf
[
2
]
&=
(
~
BLE_RESOLVE_ADDR_MASK
)
;
btm_ble_multi_adv.c:402
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