Searched refs:authorizeInd (Results 1 – 3 of 3) sorted by relevance
177 void (*authorizeInd)(const BtAddr *addr, GAP_Service service, void *context); member
148 if (g_securityCallback.callback.authorizeInd) { in GapDoAuthorizationCallback()149 …g_securityCallback.callback.authorizeInd(&reqInfo->addr, reqInfo->info.serviceId, reqInfo->context… in GapDoAuthorizationCallback()
299 securityCb.authorizeInd = AuthorizeIndCallback; in RegisterCallback()