Searched refs:PHY_LE_2M (Results 1 – 2 of 2) sorted by relevance
32 PHY_LE_2M = gatt_phy['2m'] variable141 nextTxPhy = (cTxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M142 nextRxPhy = (cRxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M188 txPhyA = (txPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M189 rxPhyA = (rxPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M239 PHY_LE_1M, PHY_LE_2M, 0)240 self.ensure_both_updated_phy(PHY_LE_1M, PHY_LE_2M)245 PHY_LE_2M, PHY_LE_1M, 0)246 self.ensure_both_updated_phy(PHY_LE_2M, PHY_LE_1M)
276 PHY_LE_2M = 2 variable in GattPhy