Home
last modified time | relevance | path

Searched refs:GATT_REQ_READ (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c578 case GATT_REQ_READ: in attp_send_cl_msg()
579 handle = (op_code == GATT_REQ_READ) ? p_msg->handle : p_msg->read_blob.handle; in attp_send_cl_msg()
Dgatt_sr.c1580 case GATT_REQ_READ: /* read char/char descriptor value */ in gatts_process_attribute_req()
1760 case GATT_REQ_READ: in gatts_handle_db_out_of_sync()
1868 case GATT_REQ_READ: /* read char/char descriptor value */ in gatt_server_handle_client_req()
Dgatt_cl.c162 op_code = GATT_REQ_READ; in gatt_act_read()
197 op_code = GATT_REQ_READ; in gatt_act_read()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h95 #define GATT_REQ_READ 0x0A macro