Home
last modified time | relevance | path

Searched refs:proto_uuid (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/src/
Dattrib-server.c94 uuid_t root_uuid, proto_uuid, l2cap; in server_record_new() local
124 sdp_uuid16_create(&proto_uuid, ATT_UUID); in server_record_new()
125 proto[1] = sdp_list_append(NULL, &proto_uuid); in server_record_new()
Ddevice.c1452 uuid_t proto_uuid; in device_services_from_record() local
1454 sdp_uuid16_create(&proto_uuid, ATT_UUID); in device_services_from_record()
1455 att_uuid = bt_uuid2string(&proto_uuid); in device_services_from_record()
/external/bluetooth/bluez/tools/
Dsdptool.c3434 uuid_t root_uuid, proto_uuid, gatt_uuid, l2cap; in add_gatt() local
3465 sdp_uuid16_create(&proto_uuid, ATT_UUID); in add_gatt()
3466 proto[1] = sdp_list_append(NULL, &proto_uuid); in add_gatt()