HCI_LE_SET_PHY_1M 1200 include/net/bluetooth/hci_core.h #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \ HCI_LE_SET_PHY_1M 1201 include/net/bluetooth/hci_core.h ((dev)->le_rx_def_phys & HCI_LE_SET_PHY_1M)) HCI_LE_SET_PHY_1M 3218 net/bluetooth/hci_core.c hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M; HCI_LE_SET_PHY_1M 3219 net/bluetooth/hci_core.c hdev->le_rx_def_phys = HCI_LE_SET_PHY_1M; HCI_LE_SET_PHY_1M 713 net/bluetooth/mgmt.c if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M) HCI_LE_SET_PHY_1M 716 net/bluetooth/mgmt.c if (hdev->le_rx_def_phys & HCI_LE_SET_PHY_1M) HCI_LE_SET_PHY_1M 3505 net/bluetooth/mgmt.c cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; HCI_LE_SET_PHY_1M 3514 net/bluetooth/mgmt.c cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;