Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c138 .remote_info_available = remote_info_available_cb,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1790 void (*remote_info_available)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1953 if (callback->remote_info_available) { in notify_remote_info()
1954 callback->remote_info_available(conn, &remote_info); in notify_remote_info()
1959 if (cb->remote_info_available) { in notify_remote_info()
1960 cb->remote_info_available(conn, &remote_info); in notify_remote_info()
DKconfig408 is available through the remote_info_available connection callback.
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c902 static void remote_info_available(struct bt_conn *conn, in remote_info_available() function
1131 .remote_info_available = remote_info_available,