Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h31 #define GATT_READ_NOT_PERMIT 0x02 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h90 #define BTA_GATT_READ_NOT_PERMIT GATT_READ_NOT_PERMIT /* 0x0002 */
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c139 return GATT_READ_NOT_PERMIT; in gatts_check_attr_readability()