Home
last modified time | relevance | path

Searched defs:get_ble_supported_states (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dcontroller.rs16 fn get_ble_supported_states(self: &ControllerIntf) -> u64; in get_ble_supported_states() function
37 pub fn get_ble_supported_states(&mut self) -> u64 { in get_ble_supported_states() method
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc47 uint64_t ControllerIntf::get_ble_supported_states() const { in get_ble_supported_states() function in bluetooth::topshim::rust::ControllerIntf