Home
last modified time | relevance | path

Searched refs:ATT_REQUEST_NOT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h78 #define ATT_REQUEST_NOT_SUPPORTED 0x06 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp304 AttError errorData = {*(uint8_t *)eventData, 0, ATT_REQUEST_NOT_SUPPORTED}; in ReceiveData()
357 AttError errorData = {READ_BY_GROUP_TYPE_REQUEST, 0, ATT_REQUEST_NOT_SUPPORTED}; in ExchangeMTUResponse()
2300 ret = ATT_REQUEST_NOT_SUPPORTED; in ConvertResponseErrorCode()