Home
last modified time | relevance | path

Searched refs:connectionInfoBlock (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c810 LeConnectionInfoBlock *connectionInfoBlock = NULL; in GapLePair() local
820 connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLePair()
920 LeConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_LePairFeatureRsp() local
930 connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LePairFeatureRsp()
975 LeConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_LePairPassKeyRsp() local
984 connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LePairPassKeyRsp()
1006 LeConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_LePairOobRsp() local
1015 connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LePairOobRsp()
1038 LeConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_LePairScOobRsp() local
1047 connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LePairScOobRsp()
[all …]
H A Dgap_le_conn.c94 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapOnLeConnectionUpdateCompleteEvent() local
97connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, (void *)&eventParam->connectio… in GapOnLeConnectionUpdateCompleteEvent()
130 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LeConnParamUpdate() local
132 …deviceInfo = ListForEachData(connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByAddr, (vo… in GAP_LeConnParamUpdate()
202 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapOnLeRemoteConnectionParameterRequestEvent() local
205connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, (void *)&eventParam->connectio… in GapOnLeRemoteConnectionParameterRequestEvent()
279 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LeConnectionParameterRsp() local
337 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GapLeReadChannelMapComplete() local
340connectionInfoBlock->deviceList, GapFindLeConnectionDeviceByHandle, (void *)&param->connectionHand… in GapLeReadChannelMapComplete()
398 LeConnectionInfoBlock *connectionInfoBlock = GapGetLeConnectionInfoBlock(); in GAP_LeGetSecurityStatus() local
[all …]
H A Dgap_br_sec.c247 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()
864 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapOnAuthenticationComplete() local
917 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapIOCapabilityRequestReply() local
962 ConnectionInfoBlock *connectionInfoBlock = GapGetConnectionInfoBlock(); in GapOnIOCapabilityRequestEvent() local
1054 ConnectionInfoBlock *connectionInfoBlock = NULL; in GAP_AuthenticationReq() local
1072 connectionInfoBlock = GapGetConnectionInfoBlock(); in GAP_AuthenticationReq()
[all …]
H A Dgap.c185 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 = GapGetConnectionInfoBlock(); in GapAclConnectionComplete()
1233 ConnectionInfoBlock *connectionInfoBlock = NULL; in GapAclDisconnectionComplete() local
1236 connectionInfoBlock = GapGetConnectionInfoBlock(); in GapAclDisconnectionComplete()
[all …]
H A Dgap_def.h254 ConnectionInfoBlock connectionInfoBlock; member
346 LeConnectionInfoBlock connectionInfoBlock; member