Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c1021 WriteAsync *writeReqAsyncPtr = NULL; in AttWriteRequestAsync()
1023 writeReqAsyncPtr = (WriteAsync *)context; in AttWriteRequestAsync()
1067 WriteAsync *writeReqAsyncPtr = (WriteAsync *)context; in AttWriteRequestAsyncDestroy()
1088 WriteAsync *writeRequestAsyncPtr = NULL; in ATT_WriteRequest()
1120 WriteAsync *writeCommandAsyncPtr = NULL; in AttWriteCommandAsync()
1122 writeCommandAsyncPtr = (WriteAsync *)context; in AttWriteCommandAsync()
1167 WriteAsync *writeCommandAsyncPtr = (WriteAsync *)context; in AttWriteCommandAsyncDestroy()
1188 WriteAsync *writeCommandAsyncPtr = NULL; in ATT_WriteCommand()
1260 WriteAsync *signedWriteCommandAsyncPtr = NULL; in AttSignedWriteCommandAsync()
1313 WriteAsync *signedWriteCommandAsyncPtr = (WriteAsync *)context; in AttSignedWriteCommandAsyncDestroy()
[all …]
H A Datt_send_response.c1463 WriteAsync *handleNotificationAsyncPtr = NULL; in AttHandleValueNotificationAsync()
1467 handleNotificationAsyncPtr = (WriteAsync *)context; in AttHandleValueNotificationAsync()
1514 WriteAsync *handleNotificationAsyncPtr = (WriteAsync *)context; in AttHandleValueNotificationAsyncDestroy()
1535 WriteAsync *handleNotificationAsyncPtr = NULL; in ATT_HandleValueNotification()
1538 handleNotificationAsyncPtr = MEM_MALLOC.alloc(sizeof(WriteAsync)); in ATT_HandleValueNotification()
1568 WriteAsync *handleIndicationAsyncPtr = NULL; in AttHandleValueIndicationAsync()
1572 handleIndicationAsyncPtr = (WriteAsync *)context; in AttHandleValueIndicationAsync()
1619 WriteAsync *handleIndicationAsyncPtr = (WriteAsync *)context; in AttHandleValueIndicationAsyncDestroy()
1640 WriteAsync *handleIndicationAsyncPtr = NULL; in ATT_HandleValueIndication()
1643 handleIndicationAsyncPtr = MEM_MALLOC.alloc(sizeof(WriteAsync)); in ATT_HandleValueIndication()
H A Datt_common.h220 } WriteAsync; // writerequest / writecommand / signedwritecommand / handlenotification / handleind… typedef