Searched refs:connectionInfoBlock (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 78 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapDoLeSecurityCallback() local 80 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, &handle); in GapDoLeSecurityCallback() 244 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeAuthenticationRequest() local 246 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, &handle); in GapLeAuthenticationRequest() 427 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeRemotePairRequest() local 429 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, &handle); in GapLeRemotePairRequest() 459 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeRemotePairResponse() local 461 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, &handle); in GapLeRemotePairResponse() 477 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeRemoteSecurityRequest() local 479 deviceInfo = ListForEachData(connectionInfoBlock in GapLeRemoteSecurityRequest() 499 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GapLeLongTermKeyRequest() local 521 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GapLeEncryptionComplete() local 582 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LeRemoteEncryptionKeyRsp() local 626 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LeLocalEncryptionKeyRsp() local 652 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_RequestSigningAlgorithmInfoRsp() local 810 LeConnectionInfoBlock *connectionInfoBlock = NULL; GapLePair() local 863 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LePair() local 890 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LeCancelPair() local 920 LeConnectionInfoBlock *connectionInfoBlock = NULL; GAP_LePairFeatureRsp() local 975 LeConnectionInfoBlock *connectionInfoBlock = NULL; GAP_LePairPassKeyRsp() local 1006 LeConnectionInfoBlock *connectionInfoBlock = NULL; GAP_LePairOobRsp() local 1038 LeConnectionInfoBlock *connectionInfoBlock = NULL; GAP_LePairScOobRsp() local 1077 LeConnectionInfoBlock *connectionInfoBlock = NULL; GAP_LePairScUserConfirmRsp() local 1154 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LeDataSignatureGeneration() local [all...] |
H A D | gap_le_conn.c | 94 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapOnLeConnectionUpdateCompleteEvent() local 97 connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, (void *)&eventParam->connectionHandle); in GapOnLeConnectionUpdateCompleteEvent() 130 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LeConnParamUpdate() local 132 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByAddr, (void *)addr); in GAP_LeConnParamUpdate() 202 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapOnLeRemoteConnectionParameterRequestEvent() local 205 connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, (void *)&eventParam->connectionHandle); in GapOnLeRemoteConnectionParameterRequestEvent() 279 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LeConnectionParameterRsp() local 281 deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByAddr, (void *)addr); in GAP_LeConnectionParameterRsp() 337 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeReadChannelMapComplete() local 340 connectionInfoBlock in GapLeReadChannelMapComplete() 398 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); GAP_LeGetSecurityStatus() local [all...] |
H A D | gap_br_sec.c | 247 ConnectionInfoBlock *connectionInfoBlock = NULL; in GapCheckConnection() local 249 connectionInfoBlock = GapGetConnectionInfoBlock(); in GapCheckConnection() 250 node = ListGetFirstNode(connectionInfoBlock->devicelist); in GapCheckConnection() 525 ConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_AuthorizeRes() local 554 connectionInfoBlock = GapGetConnectionInfoBlock(); in GAP_AuthorizeRes() 555 devInfo = ListForEachData(connectionInfoBlock->devicelist, GapFindConnectionDeviceByAddr, (void *)addr); in GAP_AuthorizeRes() 864 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapOnAuthenticationComplete() local 866 connectionInfoBlock->devicelist, GapFindConnectionDeviceByHandle, (void *)&eventParam->connectionHandle); in GapOnAuthenticationComplete() 917 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapIOCapabilityRequestReply() local 919 devInfo = ListForEachData(connectionInfoBlock in GapIOCapabilityRequestReply() 962 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnIOCapabilityRequestEvent() local 1054 ConnectionInfoBlock *connectionInfoBlock = NULL; GAP_AuthenticationReq() local 1428 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnPINCodeRequestEvent() local 1524 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GAP_PairIsFromLocal() local 1543 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnLinkKeyNotificationEvent() local 1564 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnLinkKeyRequestEvent() local 1621 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GAP_LinkKeyRsp() local 1656 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnEncryptionChangeEvent() local 1707 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); GapOnEncryptionKeyRefreshComplete() local [all...] |
H A D | gap.c | 73 g_gapMng.bredr.connectionInfoBlock.devicelist = ListCreate(GapFreeDeviceInfo); in GapInitializeTask() 76 g_gapMng.le.connectionInfoBlock.deviceList = ListCreate(GapFreeLeDeviceInfo); in GapInitializeTask() 185 ListClear(g_gapMng.bredr.connectionInfoBlock.devicelist); in GapDisableTask() 196 ListClear(g_gapMng.le.connectionInfoBlock.deviceList); in GapDisableTask() 223 ListDelete(g_gapMng.bredr.connectionInfoBlock.devicelist); in GapFinalizeTask() 226 ListDelete(g_gapMng.le.connectionInfoBlock.deviceList); in GapFinalizeTask() 310 return &g_gapMng.bredr.connectionInfoBlock; in GapGetConnectionInfoBlock() 367 return &g_gapMng.le.connectionInfoBlock; in GapGetLeConnectionInfoBlock() 1187 ConnectionInfoBlock *connectionInfoBlock = NULL; in GapAclConnectionComplete() local 1191 connectionInfoBlock in GapAclConnectionComplete() 1233 ConnectionInfoBlock *connectionInfoBlock = NULL; GapAclDisconnectionComplete() local [all...] |
H A D | gap_def.h | 254 ConnectionInfoBlock connectionInfoBlock; member 346 LeConnectionInfoBlock connectionInfoBlock; member
|
Completed in 7 milliseconds