Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.h14 FAKE(bt_hci_le_read_remote_features) \
29 DECLARE_FAKE_VALUE_FUNC(int, bt_hci_le_read_remote_features, struct bt_conn *);
Dhci_core.c16 DEFINE_FAKE_VALUE_FUNC(int, bt_hci_le_read_remote_features, struct bt_conn *);
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h571 int bt_hci_le_read_remote_features(struct bt_conn *conn);
Dconn.c1759 err = bt_hci_le_read_remote_features(conn); in perform_auto_initiated_procedures()
Dhci_core.c1034 int bt_hci_le_read_remote_features(struct bt_conn *conn) in bt_hci_le_read_remote_features() function