Searched refs:HCI_LE_1M_PHY (Results 1 – 6 of 6) sorted by relevance
/external/python/bumble/apps/ |
D | scan.py | 29 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]]
|
D | bench.py | 39 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):
|
D | console.py | 65 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/ |
D | device.py | 41 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),
|
D | controller.py | 40 HCI_LE_1M_PHY, 1220 HCI_LE_1M_PHY, 1221 HCI_LE_1M_PHY,
|
D | hci.py | 702 HCI_LE_1M_PHY = 1 variable 707 HCI_LE_1M_PHY: 'LE 1M', 719 HCI_LE_1M_PHY: HCI_LE_1M_PHY_BIT,
|