Home
last modified time | relevance | path

Searched refs:bt_conn_get_remote_info (Results 1 – 6 of 6) sorted by relevance

/Zephyr-4.1.0/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c294 err = bt_conn_get_remote_info(conn, &remote_info); in remote_info()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dconn.h1072 int bt_conn_get_remote_info(const struct bt_conn *conn, struct bt_conn_remote_info *remote_info);
/Zephyr-4.1.0/subsys/bluetooth/
DKconfig138 in the Host through bt_conn_get_remote_info(). The fields in question
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c221 err = bt_conn_get_remote_info(conn, &remote_info); in past_available()
Dbap_scan_delegator.c432 err = bt_conn_get_remote_info(conn, &remote_info); in supports_past()
/Zephyr-4.1.0/subsys/bluetooth/host/
Dconn.c1944 err = bt_conn_get_remote_info(conn, &remote_info); in notify_remote_info()
3006 int bt_conn_get_remote_info(const struct bt_conn *conn, struct bt_conn_remote_info *remote_info) in bt_conn_get_remote_info() function