Home
last modified time | relevance | path

Searched refs:GapIsEmptyAddr (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h32 bool GapIsEmptyAddr(const uint8_t *addr);
H A Dgap.c253 bool GapIsEmptyAddr(const uint8_t *addr) in GapIsEmptyAddr() function
904 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, &regInfo->addr)) && in GAP_RegisterServiceSecurity()
953 if ((addr == NULL || GapIsEmptyAddr(addr->addr) || GapAddrCompare(addr, &regInfo->addr)) && in GAP_DeregisterServiceSecurity()
H A Dgap_br_sec.c391 if ((GapIsEmptyAddr(regInfo->addr.addr) || GapAddrCompare(&regInfo->addr, addr)) && in GAP_RequestSecurity()

Completed in 5 milliseconds