Home
last modified time | relevance | path

Searched refs:ATT_WRITE_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.cpp926 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteValueResponse()
931 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteValueResponse()
938 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteValueResponse()
941 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteValueResponse()
1010 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteLongCharacteristicValueResponse()
1016 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteLongCharacteristicValueResponse()
1023 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteLongCharacteristicValueResponse()
1026 errorData.errorCode = ATT_WRITE_NOT_PERMITTED; in WriteLongCharacteristicValueResponse()
2273 ret = ATT_WRITE_NOT_PERMITTED; in ConvertResponseErrorCode()
H A Dgatt_client_profile.cpp2082 case ATT_WRITE_NOT_PERMITTED: in ConvertResponseErrorCode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h75 #define ATT_WRITE_NOT_PERMITTED 0x03 macro