Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp704 errorData.errorCode = ATT_READ_NOT_PERMITTED; in ReadValueResponse()
710 errorData.errorCode = ATT_READ_NOT_PERMITTED; in ReadValueResponse()
789 AttError errorData = {READ_BY_TYPE_REQUEST, startHandle, ATT_READ_NOT_PERMITTED}; in ReadUsingCharacteristicByUuidResponseStep2()
865 errorData.errorCode = ATT_READ_NOT_PERMITTED; in ReadBlobValueResponse()
869 errorData.errorCode = ATT_READ_NOT_PERMITTED; in ReadBlobValueResponse()
2270 ret = ATT_READ_NOT_PERMITTED; in ConvertResponseErrorCode()
H A Dgatt_client_profile.cpp2079 case ATT_READ_NOT_PERMITTED: in ConvertResponseErrorCode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h74 #define ATT_READ_NOT_PERMITTED 0x02 macro