Searched refs:phy_opts (Results 1 – 5 of 5) sorted by relevance
465 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
3493 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local3497 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()3499 phy_opts = BT_HCI_LE_PHY_CODED_S2; in bt_conn_le_phy_update()3501 phy_opts = BT_HCI_LE_PHY_CODED_S8; in bt_conn_le_phy_update()3503 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()3516 param->pref_rx_phy, phy_opts); in bt_conn_le_phy_update()
1130 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument1145 cp->phy_opts = phy_opts; in bt_le_set_phy()
2712 uint16_t phy_opts; in le_set_phy() local2718 phy_opts = sys_le16_to_cpu(cmd->phy_opts); in le_set_phy()2748 if (phy_opts & 0x03) { in le_set_phy()2749 phy_opts -= 1U; in le_set_phy()2750 phy_opts &= 1; in le_set_phy()2752 phy_opts = 0U; in le_set_phy()2755 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
1463 uint16_t phy_opts; member