Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Datt_protocol.cc542 offset = p_msg->read_blob.offset; in attp_send_cl_msg()
546 (op_code == GATT_REQ_READ) ? p_msg->handle : p_msg->read_blob.handle; in attp_send_cl_msg()
H A Dgatt_cl.cc182 msg.read_blob.offset = offset; in gatt_act_read()
183 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
190 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read()
191 msg.read_blob.offset = offset; in gatt_act_read()
H A Dgatt_int.h116 tGATT_READ_PARTIAL read_blob; /* read blob */ member