Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h148 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept);
H A Dgap_br_sec.c155 GAP_AuthorizeRes(&reqInfo->addr, reqInfo->info.serviceId, GAP_NOT_ACCEPT); in GapDoAuthorizationCallback()
521 int GAP_AuthorizeRes(const BtAddr *addr, GAP_Service service, uint8_t accept) in GAP_AuthorizeRes() function
H A Dgap_if.c612 info->result = GAP_AuthorizeRes(info->addr, info->service, info->accept); in GapAuthorizeResTask()