HomeSort by relevance Sort by last modified time
    Searched refs:read_blob (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 570 offset = p_msg->read_blob.offset;
573 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle;
gatt_cl.c 178 msg.read_blob.offset = offset;
179 msg.read_blob.handle = p_clcb->s_handle;
186 msg.read_blob.handle = p_clcb->s_handle;
187 msg.read_blob.offset = offset;
    [all...]
gatt_int.h 119 tGATT_READ_PARTIAL read_blob; /* read blob */ member in union:__anon5900
142 /* READ_BLOB, READ_BY_TYPE */

Completed in 474 milliseconds