Searched refs:phy_opts (Results 1 – 5 of 5) sorted by relevance
467 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
3578 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local3587 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()3589 phy_opts = BT_HCI_LE_PHY_CODED_S2; in bt_conn_le_phy_update()3591 phy_opts = BT_HCI_LE_PHY_CODED_S8; in bt_conn_le_phy_update()3593 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()3606 param->pref_rx_phy, phy_opts); in bt_conn_le_phy_update()
1136 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument1151 cp->phy_opts = phy_opts; in bt_le_set_phy()
2747 uint16_t phy_opts; in le_set_phy() local2753 phy_opts = sys_le16_to_cpu(cmd->phy_opts); in le_set_phy()2783 if (phy_opts & 0x03) { in le_set_phy()2784 phy_opts -= 1U; in le_set_phy()2785 phy_opts &= 1; in le_set_phy()2787 phy_opts = 0U; in le_set_phy()2790 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
1487 uint16_t phy_opts; member