Home
last modified time | relevance | path

Searched refs:get_uuids (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dproperty.h113 std::deque<bluetooth::Uuid> get_uuids() const { in get_uuids() function
125 return fmt::format("Number of uuids:{}", get_uuids().size()); in ToString()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs530 fn get_uuids(&self) -> Vec<Uuid> { in get_uuids() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs118 fn get_uuids(&self) -> Vec<Uuid>; in get_uuids() method
2202 fn get_uuids(&self) -> Vec<Uuid> { in get_uuids() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs551 let uuids = adapter_dbus.get_uuids(); in cmd_adapter()
Ddbus_iface.rs795 fn get_uuids(&self) -> Vec<Uuid> { in get_uuids() method