Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c196 AttGetConnectInfoIndexByConnectHandle(exchangeMtuReqPtr->connectHandle, &index, &connect); in AttExchangeMTURequestAsync()
285 AttGetConnectInfoIndexByConnectHandle(findInformReqPtr->connectHandle, &index, &connect); in AttFindInformationRequestAsync()
375 AttGetConnectInfoIndexByConnectHandle(contextPtr->connectHandle, &index, &connect); in AttFindByTypeValueRequestAsync()
484 AttGetConnectInfoIndexByConnectHandle(readByTypeReqAsyncPtr->connectHandle, &index, &connect); in AttReadByTypeRequestAsync()
605 AttGetConnectInfoIndexByConnectHandle(readReqAsyncPtr->connectHandle, &index, &connect); in AttReadRequestAsync()
686 AttGetConnectInfoIndexByConnectHandle(readBlobReqAsyncPtr->connectHandle, &index, &connect); in AttReadBlobRequestAsync()
774 AttGetConnectInfoIndexByConnectHandle(readMultipleReqAsyncPtr->connectHandle, &index, &connect); in AttReadMultipleRequestAsync()
1025 AttGetConnectInfoIndexByConnectHandle(writeReqAsyncPtr->connectHandle, &index, &connect); in AttWriteRequestAsync()
1125 AttGetConnectInfoIndexByConnectHandle(writeCommandAsyncPtr->connectHandle, &index, &connect); in AttWriteCommandAsync()
1371 AttGetConnectInfoIndexByConnectHandle(prepareWriteReqAsyncPtr->connectHandle, &index, &connect); in AttPrepareWriteRequestAsync()
[all …]
H A Datt_send_response.c133 AttGetConnectInfoIndexByConnectHandle(errorResAsyncPtr->connectHandle, &index, &connect); in AttErrorResponseAsync()
236 AttGetConnectInfoIndexByConnectHandle(exchangeMtuResPtr->connectHandle, &index, &connect); in AttExchangeMTUResponseAsync()
374 AttGetConnectInfoIndexByConnectHandle(findInforPtr->connectHandle, &index, &connect); in AttFindInformationResponseAsync()
492 AttGetConnectInfoIndexByConnectHandle(findByTypeResAsyncPtr->connectHandle, &index, &connect); in AttFindByTypeValueResponseAsync()
609 AttGetConnectInfoIndexByConnectHandle(readByTypeResAsyncPtr->connectHandle, &index, &connect); in AttReadByTypeResponseAsync()
742 AttGetConnectInfoIndexByConnectHandle(readResAsyncPtr->connectHandle, &index, &connect); in AttReadResponseAsync()
843 AttGetConnectInfoIndexByConnectHandle(readBlobResAsyncPtr->connectHandle, &index, &connect); in AttReadBlobResponseAsync()
1191 AttGetConnectInfoIndexByConnectHandle(writeResponseAsyncPtr->connectHandle, &index, &connect); in AttWriteResponseAsync()
1276 AttGetConnectInfoIndexByConnectHandle(prepareWriteResAsyncPtr->connectHandle, &index, &connect); in AttPrepareWriteResponseAsync()
1385 AttGetConnectInfoIndexByConnectHandle(executeWriteResAsyncPtr->connectHandle, &index, &connect); in AttExecuteWriteResponseAsync()
[all …]
H A Datt_common.h290 void AttGetConnectInfoIndexByConnectHandle(uint16_t connectHandle, uint16_t *index, AttConnectInfo …
H A Datt_common.c127 AttGetConnectInfoIndexByConnectHandle(transTimeOutPtr->connectHandle, &index, &connect); in AttTransactionTimeOutAsync()
312 void AttGetConnectInfoIndexByConnectHandle(uint16_t connectHandle, uint16_t *index, AttConnectInfo … in AttGetConnectInfoIndexByConnectHandle() function
H A Datt_connect.c823 AttGetConnectInfoIndexByConnectHandle(0, &index, connect); in AttConnectInfoAddLe()
2677 AttGetConnectInfoIndexByConnectHandle(connectHandle, &index, &connect); in InitiativeDisconnect()