Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h302 AttHandleValue writeCommand; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c1411 attWriteObj.writeCommand.attHandle = ((uint16_t *)data)[0]; in AttWriteCommand()
1416 attWriteObj.writeCommand.attHandle); in AttWriteCommand()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp962 uint16_t attHandle = data->attWriteCommand.writeCommand.attHandle; in WriteWithoutResponsePostTask()