Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dgap_if.h177 void (*authorizeInd)(const BtAddr *addr, GAP_Service service, void *context); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_br_sec.c148 if (g_securityCallback.callback.authorizeInd) { in GapDoAuthorizationCallback()
149 …g_securityCallback.callback.authorizeInd(&reqInfo->addr, reqInfo->info.serviceId, reqInfo->context… in GapDoAuthorizationCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp299 securityCb.authorizeInd = AuthorizeIndCallback; in RegisterCallback()