Searched refs:GapGetConnectionInfoBlock (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_br_sec.c | 205 ListNode *node = ListGetFirstNode(GapGetConnectionInfoBlock()->devicelist); in GapDoReleaseACLConnection() 249 connectionInfoBlock = GapGetConnectionInfoBlock(); in GapCheckConnection() 282 ListForEachData(GapGetConnectionInfoBlock()->devicelist, GapFindConnectionDeviceByAddr, &reqInfo->addr); in GapRequestSecurityProcess() 323 ListNode *node = ListGetFirstNode(GapGetConnectionInfoBlock()->devicelist); in GapDoDiscACLConnection() 365 ListForEachData(GapGetConnectionInfoBlock()->devicelist, GapFindConnectionDeviceByAddr, (void *)addr); in GapRemoteDeviceSupportHostSecureSimplePairingCallback() 414 ListForEachData(GapGetConnectionInfoBlock()->devicelist, GapFindConnectionDeviceByAddr, (void *)addr); in GAP_RequestSecurity() 554 connectionInfoBlock = GapGetConnectionInfoBlock(); in GAP_AuthorizeRes() 786 ListForEachData(GapGetConnectionInfoBlock()->devicelist, GapFindConnectionDeviceByAddr, &reqInfo->addr); in GapAuthenticationWaitRetryTimeoutTask() 864 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapOnAuthenticationComplete() 917 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapIOCapabilityRequestReply() [all...] |
H A D | gap.c | 308 ConnectionInfoBlock *GapGetConnectionInfoBlock(void) in GapGetConnectionInfoBlock() function 1006 DeviceInfo *device = ListForEachData(GapGetConnectionInfoBlock()->devicelist, GapFindCmpListData, dev); in GapStopUseAclConnection() 1191 connectionInfoBlock = GapGetConnectionInfoBlock(); in GapAclConnectionComplete() 1236 connectionInfoBlock = GapGetConnectionInfoBlock(); in GapAclDisconnectionComplete()
|
H A D | gap_internal.h | 58 ConnectionInfoBlock *GapGetConnectionInfoBlock(void);
|
Completed in 5 milliseconds