le_tx_def_phys    340 include/net/bluetooth/hci_core.h 	__u8		le_tx_def_phys;
le_tx_def_phys   1200 include/net/bluetooth/hci_core.h #define scan_1m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_1M) || \
le_tx_def_phys   1203 include/net/bluetooth/hci_core.h #define scan_2m(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_2M) || \
le_tx_def_phys   1206 include/net/bluetooth/hci_core.h #define scan_coded(dev) (((dev)->le_tx_def_phys & HCI_LE_SET_PHY_CODED) || \
le_tx_def_phys    855 net/bluetooth/hci_core.c 		cp.tx_phys = hdev->le_tx_def_phys;
le_tx_def_phys   3218 net/bluetooth/hci_core.c 	hdev->le_tx_def_phys = HCI_LE_SET_PHY_1M;
le_tx_def_phys   1106 net/bluetooth/hci_event.c 	hdev->le_tx_def_phys = cp->tx_phys;
le_tx_def_phys    713 net/bluetooth/mgmt.c 		if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_1M)
le_tx_def_phys    719 net/bluetooth/mgmt.c 		if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_2M)
le_tx_def_phys    725 net/bluetooth/mgmt.c 		if (hdev->le_tx_def_phys & HCI_LE_SET_PHY_CODED)