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

  /external/bluetooth/bluez/attrib/
gatt.c 140 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_by_uuid_cb,
206 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_all_cb,
244 return g_attrib_send(attrib, 0, buf[0], buf, plen, cb, dp, NULL);
314 g_attrib_send(dc->attrib, 0, buf[0], buf, oplen,
351 return g_attrib_send(attrib, 0, buf[0], buf, plen, char_discovered_cb,
367 return g_attrib_send(attrib, 0, ATT_OP_READ_BY_TYPE_REQ,
427 id = g_attrib_send(long_read->attrib, long_read->id,
464 id = g_attrib_send(long_read->attrib, long_read->id,
502 id = g_attrib_send(attrib, 0, ATT_OP_READ_BLOB_REQ, buf, plen,
506 id = g_attrib_send(attrib, 0, ATT_OP_READ_REQ, buf, plen
    [all...]
gattrib.h 55 guint g_attrib_send(GAttrib *attrib, guint id, guint8 opcode,
gatttool.c 105 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
gattrib.c 423 guint g_attrib_send(GAttrib *attrib, guint id, guint8 opcode, function
interactive.c 133 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
client.c 307 g_attrib_send(gatt->attrib, 0, opdu[0], opdu, olen,
  /external/bluetooth/bluez/src/
attrib-server.c 915 g_attrib_send(channel->attrib, 0, opdu[0], opdu, length,
997 g_attrib_send(channel->attrib, 0, pdu[0], pdu, len,
1011 g_attrib_send(channel->attrib, 0, pdu[0], pdu, len,

Completed in 1156 milliseconds