Home
last modified time | relevance | path

Searched defs:is_service_allowed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs24 fn is_service_allowed(&self, service: Uuid) -> bool; in is_service_allowed() method
62 pub(crate) fn is_service_allowed(&self, service: &Uuid) -> bool { in is_service_allowed() method
274 fn is_service_allowed(&self, service: Uuid) -> bool { in is_service_allowed() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_admin.rs48 fn is_service_allowed(&self, uuid: Uuid) -> bool { in is_service_allowed() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1374 fn is_service_allowed(&self, uuid: Uuid) -> bool { in is_service_allowed() method