Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c178 msg.read_blob.offset = offset; in gatt_act_read()
179 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
186 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
187 msg.read_blob.offset = offset; in gatt_act_read()
Datt_protocol.c570 offset = p_msg->read_blob.offset; in attp_send_cl_msg()
573 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle; in attp_send_cl_msg()
Dgatt_int.h119 tGATT_READ_PARTIAL read_blob; /* read blob */ member