Home
last modified time | relevance | path

Searched refs:HCI_LE_1M_PHY (Results 1 – 6 of 6) sorted by relevance

/external/python/bumble/apps/
Dscan.py29 from bumble.hci import HCI_Constant, HCI_LE_1M_PHY, HCI_LE_CODED_PHY
155 scanning_phys = [HCI_LE_1M_PHY, HCI_LE_CODED_PHY]
157 scanning_phys = [{'1m': HCI_LE_1M_PHY, 'coded': HCI_LE_CODED_PHY}[phy]]
Dbench.py39 HCI_LE_1M_PHY,
120 return {HCI_LE_1M_PHY: '1M', HCI_LE_2M_PHY: '2M', HCI_LE_CODED_PHY: 'CODED'}.get(
834 '1m': HCI_LE_1M_PHY,
852 HCI_LE_1M_PHY: connection_parameter_preferences,
855 if self.phy not in (None, HCI_LE_1M_PHY):
Dconsole.py65 HCI_LE_1M_PHY,
88 return {HCI_LE_1M_PHY: '1M', HCI_LE_2M_PHY: '2M', HCI_LE_CODED_PHY: 'CODED'}.get(
110 phy_list.append(HCI_LE_1M_PHY)
/external/python/bumble/bumble/
Ddevice.py41 HCI_LE_1M_PHY,
1274 if phy == HCI_LE_1M_PHY:
1377 scanning_phys: Tuple[int, int] = (HCI_LE_1M_PHY, HCI_LE_CODED_PHY),
1409 if HCI_LE_1M_PHY in scanning_phys:
1672 HCI_LE_1M_PHY: ConnectionParametersPreferences.default,
1765 if HCI_LE_1M_PHY not in connection_parameters_preferences:
1768 prefs = connection_parameters_preferences[HCI_LE_1M_PHY]
2520 ConnectionPHY(HCI_LE_1M_PHY, HCI_LE_1M_PHY),
Dcontroller.py40 HCI_LE_1M_PHY,
1220 HCI_LE_1M_PHY,
1221 HCI_LE_1M_PHY,
Dhci.py702 HCI_LE_1M_PHY = 1 variable
707 HCI_LE_1M_PHY: 'LE 1M',
719 HCI_LE_1M_PHY: HCI_LE_1M_PHY_BIT,