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.c4297 if (callback->cte_report_cb) { in bt_hci_le_df_connection_iq_report_common()
4298 callback->cte_report_cb(conn, &iq_report); in bt_hci_le_df_connection_iq_report_common()
4304 if (cb->cte_report_cb) { in bt_hci_le_df_connection_iq_report_common()
4305 cb->cte_report_cb(conn, &iq_report); in bt_hci_le_df_connection_iq_report_common()
4341 if (callback->cte_report_cb) { in bt_hci_le_df_cte_req_failed()
4342 callback->cte_report_cb(conn, &iq_report); in bt_hci_le_df_cte_req_failed()
4348 if (cb->cte_report_cb) { in bt_hci_le_df_cte_req_failed()
4349 cb->cte_report_cb(conn, &iq_report); in bt_hci_le_df_cte_req_failed()
Dscan.c1643 if (listener->cte_report_cb) { in bt_hci_le_df_connectionless_iq_report_common()
1644 listener->cte_report_cb(per_adv_sync, &cte_report); in bt_hci_le_df_connectionless_iq_report_common()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1853 void (*cte_report_cb)(struct bt_le_per_adv_sync *sync, member
Dconn.h1827 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)