Searched refs:prim_uuid (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/attrib/
H A Dgatt.h55 uuid_t *prim_uuid, uint16_t *psm,
H A Dgatt.c626 uuid_t *prim_uuid, uint16_t *psm,
648 if (ret && prim_uuid)
649 memcpy(prim_uuid, &uuid, sizeof(uuid_t));
625 gatt_parse_record(const sdp_record_t *rec, uuid_t *prim_uuid, uint16_t *psm, uint16_t *start, uint16_t *end) argument
/external/bluetooth/bluez/src/
H A Dattrib-server.c82 static bt_uuid_t prim_uuid = { variable
309 if (bt_uuid_cmp(uuid, &prim_uuid) != 0 &&
327 if (old && (bt_uuid_cmp(&a->uuid, &prim_uuid) == 0 ||
603 if (bt_uuid_cmp(&a->uuid, &prim_uuid) == 0 ||
638 if (bt_uuid_cmp(&attrib->uuid, &prim_uuid) != 0)
646 if (bt_uuid_cmp(&a->uuid, &prim_uuid) == 0 ||
1225 if (handle && (bt_uuid_cmp(&a->uuid, &prim_uuid) == 0 ||
H A Ddevice.c1462 uuid_t prim_uuid; local
1471 if (!gatt_parse_record(rec, &prim_uuid, &psm, &start, &end))
1477 sdp_uuid2strn(&prim_uuid, prim->uuid, sizeof(prim->uuid));

Completed in 43 milliseconds