Searched refs:randomAddress (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_adv.c | 112 (void)memcpy_s(info->randomAddress, BT_ADDRESS_SIZE, addr, BT_ADDRESS_SIZE); in GapLeSetAdvertisingSetRandomAddress() 117 (void)memcpy_s(info->randomAddress, BT_ADDRESS_SIZE, addr, BT_ADDRESS_SIZE); in GapLeSetAdvertisingSetRandomAddress() 123 (void)memcpy_s(hciCmdParam.randomAddress, BT_ADDRESS_SIZE, addr, BT_ADDRESS_SIZE); in GapLeSetAdvertisingSetRandomAddress() 391 BT_ADDR_FMT_OUTPUT(info->randomAddress)); in GapOnLeAdvertisingSetTerminated() 392 (void)memcpy_s(deviceInfo->ownAddr.addr, BT_ADDRESS_SIZE, info->randomAddress, BT_ADDRESS_SIZE); in GapOnLeAdvertisingSetTerminated()
|
H A D | gap_def.h | 333 uint8_t randomAddress[BT_ADDRESS_SIZE]; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_le_cmd.h | 673 uint8_t randomAddress[6]; member
|
Completed in 6 milliseconds