Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c223 struct bt_conn_le_cs_subevent_result *p_result) in invoke_subevent_result_callback() argument
227 cs_test_callbacks.le_cs_test_subevent_data_available(p_result); in invoke_subevent_result_callback()
231 notify_cs_subevent_result(conn, p_result); in invoke_subevent_result_callback()
599 struct bt_conn_le_cs_subevent_result *p_result = &result; in bt_hci_le_cs_subevent_result() local
628 p_result->step_data_buf = NULL; in bt_hci_le_cs_subevent_result()
631 p_result->step_data_buf = &step_data_buf; in bt_hci_le_cs_subevent_result()
650 p_result = &reassembled_result; in bt_hci_le_cs_subevent_result()
651 p_result->step_data_buf = (struct net_buf_simple *)&reassembly_buf->data; in bt_hci_le_cs_subevent_result()
654 p_result->header.procedure_counter = sys_le16_to_cpu(evt->procedure_counter); in bt_hci_le_cs_subevent_result()
655 p_result->header.frequency_compensation = sys_le16_to_cpu(evt->frequency_compensation); in bt_hci_le_cs_subevent_result()
[all …]