Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h35 #define GATT_REQ_NOT_SUPPORTED 0x06 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h94 #define BTA_GATT_REQ_NOT_SUPPORTED GATT_REQ_NOT_SUPPORTED /* 0x0006 */
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c1060 gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED, GATT_REQ_MTU, 0, FALSE); in gatts_process_mtu_req()
1452 …s == GATT_INVALID_OFFSET || status == GATT_INVALID_ATTR_LEN || status == GATT_REQ_NOT_SUPPORTED)) { in gatt_attr_process_prepare_write()
Dgatt_main.c1014 gatt_send_error_rsp (p_tcb, GATT_REQ_NOT_SUPPORTED, op_code, 0, FALSE); in gatt_data_process()
Dgatt_db.c1257 status = GATT_REQ_NOT_SUPPORTED; in gatts_write_attr_perm_check()