cp_phy           3383 net/bluetooth/mgmt.c 	struct hci_cp_le_set_default_phy cp_phy;
cp_phy           3496 net/bluetooth/mgmt.c 	memset(&cp_phy, 0, sizeof(cp_phy));
cp_phy           3499 net/bluetooth/mgmt.c 		cp_phy.all_phys |= 0x01;
cp_phy           3502 net/bluetooth/mgmt.c 		cp_phy.all_phys |= 0x02;
cp_phy           3505 net/bluetooth/mgmt.c 		cp_phy.tx_phys |= HCI_LE_SET_PHY_1M;
cp_phy           3508 net/bluetooth/mgmt.c 		cp_phy.tx_phys |= HCI_LE_SET_PHY_2M;
cp_phy           3511 net/bluetooth/mgmt.c 		cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED;
cp_phy           3514 net/bluetooth/mgmt.c 		cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;
cp_phy           3517 net/bluetooth/mgmt.c 		cp_phy.rx_phys |= HCI_LE_SET_PHY_2M;
cp_phy           3520 net/bluetooth/mgmt.c 		cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED;
cp_phy           3522 net/bluetooth/mgmt.c 	hci_req_add(&req, HCI_OP_LE_SET_DEFAULT_PHY, sizeof(cp_phy), &cp_phy);