Home
last modified time | relevance | path

Searched refs:bt_le_set_phy (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h25 FAKE(bt_le_set_phy)
41 DECLARE_FAKE_VALUE_FUNC(int, bt_le_set_phy, struct bt_conn *, uint8_t, uint8_t, uint8_t, uint8_t);
Dhci_core.c28 DEFINE_FAKE_VALUE_FUNC(int, bt_le_set_phy, struct bt_conn *, uint8_t, uint8_t, uint8_t, uint8_t);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h464 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
Dconn.c1781 err = bt_le_set_phy(conn, 0U, BT_HCI_LE_PHY_PREFER_2M, BT_HCI_LE_PHY_PREFER_2M, in perform_auto_initiated_procedures()
3515 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
Dhci_core.c1129 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() function