Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le.h102 int GAP_LeExAdvSetRandAddr(uint8_t advHandle, const uint8_t addr[BT_ADDRESS_SIZE]);
H A Dgap_le_adv.c136 int GAP_LeExAdvSetRandAddr(uint8_t advHandle, const uint8_t addr[BT_ADDRESS_SIZE]) in GAP_LeExAdvSetRandAddr() function
H A Dgap_le_if.c426 info->result = GAP_LeExAdvSetRandAddr(info->advHandle, info->addr); in GapLeExAdvSetRandAddrTask()