Searched refs:all_phys (Results 1 – 5 of 5) sorted by relevance
464 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
3493 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local3506 all_phys = 0U; in bt_conn_le_phy_update()3508 all_phys |= BT_HCI_LE_PHY_TX_ANY; in bt_conn_le_phy_update()3512 all_phys |= BT_HCI_LE_PHY_RX_ANY; in bt_conn_le_phy_update()3515 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
1129 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() argument1142 cp->all_phys = all_phys; in bt_le_set_phy()
1448 uint8_t all_phys; member1460 uint8_t all_phys; member
2697 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_default_phy()2700 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_default_phy()2728 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_phy()2731 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_phy()