Home
last modified time | relevance | path

Searched refs:get_ble_supported_states (Results 1 – 4 of 4) 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
38 self.internal.get_ble_supported_states() in get_ble_supported_states()
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.h36 uint64_t get_ble_supported_states() const;
Dcontroller_shim.cc47 uint64_t ControllerIntf::get_ble_supported_states() const { in get_ble_supported_states() function in bluetooth::topshim::rust::ControllerIntf
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1587 self.le_supported_states = controller.get_ble_supported_states(); in adapter_state_changed()