Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h50 #define ATT_EXECUTE_WRITE_RESPONSE_ID 0x020A macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp943 case ATT_EXECUTE_WRITE_RESPONSE_ID: in ReceiveDataProcess()
2221 case ATT_EXECUTE_WRITE_RESPONSE_ID: in FindIteratorByResponesInfor()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c1715 …connect->retGattConnectHandle, ATT_EXECUTE_WRITE_RESPONSE_ID, NULL, NULL, attClientDataCallback->c… in AttExecuteWriteResponse()