Searched defs:supported_phys (Results 1 – 3 of 3) sorted by relevance
192 uint8_t supported_phys = 0x1; // LE_1M is always supported. in LeSupportedPhys() local
357 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetDefaultPhy() local405 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetPhy() local1269 uint8_t supported_phys = properties_.LeSupportedPhys(); in LeSetExtendedScanParameters() local
341 fn supported_phys(&self) -> u8 { in supported_phys() method343 let mut supported_phys = 0x1; in supported_phys() localVariable