Home
last modified time | relevance | path

Searched refs:le_supported_states (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h144 uint64_t le_supported_states{0x3ffffffffff};
Dcontroller_properties.cc1871 le_supported_states = 0x3ffffffffff;
1905 le_supported_states = 0x3ffffffffff;
Ddual_mode_controller.cc2786 kNumCommandPackets, ErrorCode::SUCCESS, properties_.le_supported_states)); in LeReadSupportedStates()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_controller.fbs65 le_supported_states : uint64 (privacy:"Any");
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs623 le_supported_states: u64, field
684 le_supported_states: 0u64, in new()
1587 self.le_supported_states = controller.get_ble_supported_states(); in adapter_state_changed()
2961 if self.le_supported_states >> 35 & 1 == 1u64 { in get_supported_roles()
2964 if self.le_supported_states >> 38 & 1 == 1u64 { in get_supported_roles()
2967 if self.le_supported_states >> 28 & 1 == 1u64 { in get_supported_roles()