Searched refs:all_phys (Results 1 – 5 of 5) sorted by relevance
466 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
3578 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local3596 all_phys = 0U; in bt_conn_le_phy_update()3598 all_phys |= BT_HCI_LE_PHY_TX_ANY; in bt_conn_le_phy_update()3602 all_phys |= BT_HCI_LE_PHY_RX_ANY; in bt_conn_le_phy_update()3605 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
1135 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() argument1148 cp->all_phys = all_phys; in bt_le_set_phy()
1472 uint8_t all_phys; member1484 uint8_t all_phys; member
2732 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_default_phy()2735 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_default_phy()2763 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_phy()2766 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_phy()