HomeSort by relevance Sort by last modified time
    Searched defs:prim_uuid (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
attrib-server.c 82 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 ||
device.c 1454 uuid_t prim_uuid; local
    [all...]

Completed in 209 milliseconds