Home | History | Annotate | Download | only in attrib

Lines Matching refs:uuid

30 #include <bluetooth/uuid.h>
112 uint16_t enc_read_by_grp_req(uint16_t start, uint16_t end, bt_uuid_t *uuid,
118 if (!uuid)
121 if (uuid->type == BT_UUID16)
123 else if (uuid->type == BT_UUID128)
135 att_put_uuid(*uuid, &pdu[5]);
141 uint16_t *end, bt_uuid_t *uuid)
148 if (start == NULL || end == NULL || uuid == NULL)
160 *uuid = att_get_uuid16(&pdu[5]);
162 *uuid = att_get_uuid128(&pdu[5]);
218 uint16_t enc_find_by_type_req(uint16_t start, uint16_t end, bt_uuid_t *uuid,
227 if (!uuid)
230 if (uuid->type != BT_UUID16)
242 att_put_uuid16(*uuid, &pdu[5]);
253 uint16_t *end, bt_uuid_t *uuid, uint8_t *value, int *vlen)
277 if (uuid)
278 *uuid = att_get_uuid16(&pdu[5]);
336 uint16_t enc_read_by_type_req(uint16_t start, uint16_t end, bt_uuid_t *uuid,
342 if (!uuid)
345 if (uuid->type == BT_UUID16)
347 else if (uuid->type == BT_UUID128)
359 att_put_uuid(*uuid, &pdu[5]);
365 uint16_t *end, bt_uuid_t *uuid)
372 if (start == NULL || end == NULL || uuid == NULL)
385 *uuid = att_get_uuid16(&pdu[5]);
387 *uuid = att_get_uuid128(&pdu[5]);