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.h1761 void (*remote_info_available)(struct bt_conn *conn, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1946 if (callback->remote_info_available) { in notify_remote_info()
1947 callback->remote_info_available(conn, &remote_info); in notify_remote_info()
1952 if (cb->remote_info_available) { in notify_remote_info()
1953 cb->remote_info_available(conn, &remote_info); in notify_remote_info()
DKconfig404 is available through the remote_info_available connection callback.
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c899 static void remote_info_available(struct bt_conn *conn, in remote_info_available() function
1128 .remote_info_available = remote_info_available,