Searched refs:proto_uuid (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/src/ |
D | attrib-server.c | 94 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()
|
D | device.c | 1452 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/ |
D | sdptool.c | 3434 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()
|