Home
last modified time | relevance | path

Searched refs:cte_report_cb (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c283 .cte_report_cb = cte_recv_cb,
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c74 .cte_report_cb = cte_recv_cb,
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c4181 if (callback->cte_report_cb) { in bt_hci_le_df_connection_iq_report_common()
4182 callback->cte_report_cb(conn, &iq_report); in bt_hci_le_df_connection_iq_report_common()
4188 if (cb->cte_report_cb) { in bt_hci_le_df_connection_iq_report_common()
4189 cb->cte_report_cb(conn, &iq_report); in bt_hci_le_df_connection_iq_report_common()
4225 if (callback->cte_report_cb) { in bt_hci_le_df_cte_req_failed()
4226 callback->cte_report_cb(conn, &iq_report); in bt_hci_le_df_cte_req_failed()
4232 if (cb->cte_report_cb) { in bt_hci_le_df_cte_req_failed()
4233 cb->cte_report_cb(conn, &iq_report); in bt_hci_le_df_cte_req_failed()
Dscan.c1614 if (listener->cte_report_cb) { in bt_hci_le_df_connectionless_iq_report_common()
1615 listener->cte_report_cb(per_adv_sync, &cte_report); in bt_hci_le_df_connectionless_iq_report_common()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1726 void (*cte_report_cb)(struct bt_le_per_adv_sync *sync, member
Dconn.h1798 void (*cte_report_cb)(struct bt_conn *conn, member
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1160 * :github:`40215` - RSSI in periodic adv. callbacks always -127 (sync_recv and cte_report_cb)