Home
last modified time | relevance | path

Searched defs:supported_phys (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h192 uint8_t supported_phys = 0x1; // LE_1M is always supported. in LeSupportedPhys() local
Dlink_layer_controller.cc357 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetDefaultPhy() local
405 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetPhy() local
1269 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetExtendedScanParameters() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs341 fn supported_phys(&self) -> u8 { in supported_phys() method
343 let mut supported_phys = 0x1; in supported_phys() localVariable