Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h48 #define ATT_WRITE_RESPONSE_ID 0x0204 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp937 case ATT_WRITE_RESPONSE_ID: in ReceiveDataProcess()
2219 case ATT_WRITE_RESPONSE_ID: in FindIteratorByResponesInfor()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c1370 …connect->retGattConnectHandle, ATT_WRITE_RESPONSE_ID, NULL, (Buffer *)buffer, attClientDataCallbac… in AttWriteResponse()