ESP-IDF
BLE_ADDR_RANDOM_ID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ADDR_RANDOM_ID
BLE_ADDR_RANDOM_ID macro
Syntax
Show:
Summary
Declaration
from
ble.h:284
#define
BLE_ADDR_RANDOM_ID
(
0x03
)
Examples
References
from
examples
Code
Location
#define
BLE_ADDR_RANDOM_ID
(
0x03
)
ble.h:284
#define
BLE_ADDR_RANDOM_ID
0x03
bt_types.h:486
peer_addr
->
type
!=
BLE_ADDR_RANDOM_ID
)
{
ble_gap.c:3446
peer_addr
->
type
!=
BLE_ADDR_RANDOM_ID
)
{
ble_gap.c:7218
case
BLE_ADDR_RANDOM_ID
:
ble_hs_conn.c:486
case
BLE_ADDR_RANDOM_ID
:
ble_hs_misc.c:108
case
BLE_ADDR_RANDOM_ID
:
ble_sm.c:570
conn
->
bhc_peer_addr
.
type
=
BLE_ADDR_RANDOM_ID
;
ble_sm.c:571
#define
BLE_ADDR_TYPE_MAX
BLE_ADDR_RANDOM_ID
bt_types.h:487
}
else
if
(
*
own_bda_type
==
BLE_ADDR_PUBLIC_ID
||
*
own_bda_type
==
BLE_ADDR_RANDOM_ID
)
{
btm_ble_gap.c:1029
if
(
(
*
own_bda_type
==
BLE_ADDR_RANDOM
)
||
(
*
own_bda_type
==
BLE_ADDR_RANDOM_ID
)
)
{
btm_ble_gap.c:1074
if
(
(
*
own_bda_type
==
BLE_ADDR_RANDOM_ID
)
&&
BTM_BLE_IS_NON_RESLVE_BDA
(
p_cb
->
static_rand_addr
)
)
{
btm_ble_gap.c:1084
*
p_own_addr_type
=
BLE_ADDR_RANDOM_ID
;
btm_ble_gap.c:1392
*
p_own_addr_type
=
BLE_ADDR_RANDOM_ID
;
btm_ble_gap.c:1425
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