Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h677 void BTSTACK_API ATT_WriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValu…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c1183 void ATT_WriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue) in ATT_WriteCommand() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp599 ATT_WriteCommand(connectHandle, handle, buffer); in WriteWithoutResponse()