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

  /external/bluetooth/bluez/src/
attrib-server.c 567 const uint8_t *value, int vlen, uint8_t *opdu, int mtu)
576 ATT_ECODE_INVALID_HANDLE, opdu, mtu);
613 ATT_ECODE_ATTR_NOT_FOUND, opdu, mtu);
615 len = enc_find_by_type_resp(matches, opdu, mtu);
799 uint8_t opdu[ATT_MAX_MTU], value[ATT_MAX_MTU]; local
815 length = read_by_group(channel, start, end, &uuid, opdu,
825 length = read_by_type(channel, start, end, &uuid, opdu,
835 length = read_value(channel, start, opdu, channel->mtu);
844 length = read_blob(channel, start, offset, opdu, channel->mtu);
858 length = mtu_exchange(channel, mtu, opdu, channel->mtu)
    [all...]
  /external/bluetooth/bluez/attrib/
gatttool.c 77 uint8_t opdu[ATT_MAX_MTU]; local
102 olen = enc_confirmation(opdu, sizeof(opdu));
105 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
interactive.c 103 uint8_t opdu[ATT_MAX_MTU]; local
130 olen = enc_confirmation(opdu, sizeof(opdu));
133 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
client.c 275 uint8_t opdu[ATT_MAX_MTU]; local
306 olen = enc_confirmation(opdu, sizeof(opdu));
307 g_attrib_send(gatt->attrib, 0, opdu[0], opdu, olen,

Completed in 78 milliseconds