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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 170 msg.read_blob.offset = offset;
171 msg.read_blob.handle = p_clcb->s_handle;
178 msg.read_blob.handle = p_clcb->s_handle;
179 msg.read_blob.offset = offset;
    [all...]
att_protocol.c 569 offset = p_msg->read_blob.offset;
572 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle;
gatt_int.h 119 tGATT_READ_PARTIAL read_blob; /* read blob */ member in union:__anon841
142 /* READ_BLOB, READ_BY_TYPE */
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 326 /* READ_BLOB, READ_BY_TYPE */
    [all...]

Completed in 384 milliseconds