supported_phys 616 include/net/bluetooth/mgmt.h __le32 supported_phys; supported_phys 622 net/bluetooth/mgmt.c u32 supported_phys = 0; supported_phys 625 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_BR_1M_1SLOT; supported_phys 628 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_BR_1M_3SLOT; supported_phys 631 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_BR_1M_5SLOT; supported_phys 634 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_2M_1SLOT; supported_phys 637 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_2M_3SLOT; supported_phys 640 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_2M_5SLOT; supported_phys 643 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_3M_1SLOT; supported_phys 646 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_3M_3SLOT; supported_phys 649 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_EDR_3M_5SLOT; supported_phys 655 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_1M_TX; supported_phys 656 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_1M_RX; supported_phys 659 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_2M_TX; supported_phys 660 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_2M_RX; supported_phys 664 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_CODED_TX; supported_phys 665 net/bluetooth/mgmt.c supported_phys |= MGMT_PHY_LE_CODED_RX; supported_phys 669 net/bluetooth/mgmt.c return supported_phys; supported_phys 3326 net/bluetooth/mgmt.c rp.supported_phys = cpu_to_le32(get_supported_phys(hdev)); supported_phys 3386 net/bluetooth/mgmt.c u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; supported_phys 3394 net/bluetooth/mgmt.c supported_phys = get_supported_phys(hdev); supported_phys 3397 net/bluetooth/mgmt.c if (selected_phys & ~supported_phys) supported_phys 3402 net/bluetooth/mgmt.c unconfigure_phys = supported_phys & ~configurable_phys;