Searched refs:ATT_ERROR_RESPONSE_ID (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_receive.c | 372 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorTObj, NULL, attClientDataCallback->context); in AttErrorResponse() 595 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorObj, NULL, attClientDataCallback->context); in AttFindInformationResponse() 736 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorObj, NULL, attClientDataCallback->context); in AttFindByTypeValueResponse() 866 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorObj, NULL, attClientDataCallback->context); in AttReadByTypeResponse() 1275 connect->retGattConnectHandle, ATT_ERROR_RESPONSE_ID, &attErrorObj, NULL, attClientDataCallback->context); in AttReadByGroupTypeResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | att.h | 39 #define ATT_ERROR_RESPONSE_ID 0x0101 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.cpp | 910 case ATT_ERROR_RESPONSE_ID: in ReceiveDataProcess()
|
Completed in 9 milliseconds