Home
last modified time | relevance | path

Searched refs:BLE_ADDR_PUBLIC_ID (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c388 …if((params->own_addr_type == BLE_ADDR_PUBLIC_ID || params->own_addr_type == BLE_ADDR_RANDOM_ID) &&… in BTM_BleSetExtendedAdvParams()
391 } else if(params->own_addr_type == BLE_ADDR_PUBLIC_ID){ in BTM_BleSetExtendedAdvParams()
Dbtm_ble_gap.c1029 } else if(*own_bda_type == BLE_ADDR_PUBLIC_ID || *own_bda_type == BLE_ADDR_RANDOM_ID) { in BTM_BleUpdateOwnType()
1045 if(*own_bda_type == BLE_ADDR_PUBLIC_ID) { in BTM_BleUpdateOwnType()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h483 #define BLE_ADDR_PUBLIC_ID 0x02 macro