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

  /external/bluetooth/bluez/attrib/
att.c 157 *start = att_get_u16(&pdu[1]);
158 *end = att_get_u16(&pdu[3]);
270 *start = att_get_u16(&pdu[1]);
274 *end = att_get_u16(&pdu[3]);
327 range->start = att_get_u16(&pdu[offset]);
328 range->end = att_get_u16(&pdu[offset + 2]);
381 *start = att_get_u16(&pdu[1]);
382 *end = att_get_u16(&pdu[3]);
484 *handle = att_get_u16(&pdu[1]);
533 *handle = att_get_u16(&pdu[1])
    [all...]
gatttool.c 80 handle = att_get_u16(&pdu[1]);
275 char_data->start = att_get_u16(value) + 1;
277 g_print("handle: 0x%04x \t value: ", att_get_u16(value));
436 handle = att_get_u16(value);
gatt.c 173 start = att_get_u16(&data[0]);
174 end = att_get_u16(&data[2]);
275 last = att_get_u16(value);
294 chars->value_handle = att_get_u16(&value[3]);
interactive.c 106 handle = att_get_u16(&pdu[1]);
241 handle = att_get_u16(value);
307 char_data->start = att_get_u16(value) + 1;
309 printf("\nhandle: 0x%04x \t value: ", att_get_u16(value));
att.h 167 static inline uint16_t att_get_u16(const void *ptr) function
233 bt_uuid16_create(&uuid, att_get_u16(ptr));
client.c 285 handle = att_get_u16(&pdu[1]);
811 handle = att_get_u16(info);
  /external/bluetooth/bluez/src/
attrib-server.c 206 cfg_val = att_get_u16(attr->data);
218 handle = att_get_u16(&a->data[1]);
1182 sdp_uuid16_create(&svc, att_get_u16(a->data));

Completed in 670 milliseconds