Home
last modified time | relevance | path

Searched refs:ExchangeMTUAsync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c190 ExchangeMTUAsync *exchangeMtuReqPtr = (ExchangeMTUAsync *)context; in AttExchangeMTURequestAsync()
237 ExchangeMTUAsync *exchangeMtuReqPtr = (ExchangeMTUAsync *)context; in AttExchangeMTURequestAsyncDestroy()
255 ExchangeMTUAsync *exchangeMtuReqPtr = MEM_MALLOC.alloc(sizeof(ExchangeMTUAsync)); in ATT_ExchangeMTURequest()
H A Datt_send_response.c231 ExchangeMTUAsync *exchangeMtuResPtr = (ExchangeMTUAsync *)context; in AttExchangeMTUResponseAsync()
272 ExchangeMTUAsync *exchangeMtuResPtr = (ExchangeMTUAsync *)context; in AttExchangeMTUResponseAsyncDestroy()
290 ExchangeMTUAsync *exchangeMtuResPtr = MEM_MALLOC.alloc(sizeof(ExchangeMTUAsync)); in ATT_ExchangeMTUResponse()
H A Datt_common.h158 } ExchangeMTUAsync; typedef