Home
last modified time | relevance | path

Searched refs:READ_REQUEST (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h105 #define READ_REQUEST 0x0A macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp684 AttError errorData = {READ_REQUEST, attHandle, 0}; in ReadValueResponse()
2092 AttError errorData = {READ_REQUEST, handle, 0}; in SendReadUsingCharacteristicValueResp()
2168 AttError errorData = {READ_REQUEST, handle, 0}; in SendReadDescriptorResp()
H A Dgatt_client_profile.cpp1155 case READ_REQUEST: in ErrorResponseParsing()
2216 case READ_REQUEST: in FindIteratorByResponesInfor()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c618 data[0] = READ_REQUEST; in AttReadRequestAsync()
H A Datt_receive.c1991 functionList[READ_REQUEST] = AttReadRequest; in FunctionListInit()