Searched refs:bt_le_set_phy (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | hci_core.h | 25 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);
|
D | hci_core.c | 28 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/ |
D | hci_core.h | 464 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
|
D | conn.c | 1781 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()
|
D | hci_core.c | 1129 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() function
|