Home
last modified time | relevance | path

Searched refs:get_ble_local_supported_features (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dcontroller.rs17 fn get_ble_local_supported_features(self: &ControllerIntf) -> u64; in get_ble_local_supported_features() function
41 pub fn get_ble_local_supported_features(&mut self) -> u64 { in get_ble_local_supported_features() method
42 self.internal.get_ble_local_supported_features() in get_ble_local_supported_features()
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.h37 uint64_t get_ble_local_supported_features() const;
Dcontroller_shim.cc52 uint64_t ControllerIntf::get_ble_local_supported_features() const { in get_ble_local_supported_features() function in bluetooth::topshim::rust::ControllerIntf
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1588 self.le_local_supported_features = controller.get_ble_local_supported_features(); in adapter_state_changed()