Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c293 err = bt_conn_get_remote_info(conn, &remote_info); in remote_info()
/Zephyr-latest/subsys/bluetooth/
DKconfig138 in the Host through bt_conn_get_remote_info(). The fields in question
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1059 int bt_conn_get_remote_info(struct bt_conn *conn,
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1937 err = bt_conn_get_remote_info(conn, &remote_info); in notify_remote_info()
2970 int bt_conn_get_remote_info(struct bt_conn *conn, in bt_conn_get_remote_info() function