Searched refs:get_ble_supported_states (Results 1 – 4 of 4) sorted by relevance
16 fn get_ble_supported_states(self: &ControllerIntf) -> u64; in get_ble_supported_states() function37 pub fn get_ble_supported_states(&mut self) -> u64 { in get_ble_supported_states() method38 self.internal.get_ble_supported_states() in get_ble_supported_states()
36 uint64_t get_ble_supported_states() const;
47 uint64_t ControllerIntf::get_ble_supported_states() const { in get_ble_supported_states() function in bluetooth::topshim::rust::ControllerIntf
1587 self.le_supported_states = controller.get_ble_supported_states(); in adapter_state_changed()