Searched defs:proto_uuid (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluez/src/
H A Dattrib-server.c94 uuid_t root_uuid, proto_uuid, l2cap; local
124 sdp_uuid16_create(&proto_uuid, ATT_UUID);
125 proto[1] = sdp_list_append(NULL, &proto_uuid);
H A Ddevice.c1444 uuid_t proto_uuid; local
1446 sdp_uuid16_create(&proto_uuid, ATT_UUID);
1447 att_uuid = bt_uuid2string(&proto_uuid);
/external/bluetooth/bluez/tools/
H A Dsdptool.c3434 uuid_t root_uuid, proto_uuid, gatt_uuid, l2cap; local
3465 sdp_uuid16_create(&proto_uuid, ATT_UUID);
3466 proto[1] = sdp_list_append(NULL, &proto_uuid);

Completed in 536 milliseconds