Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c634 if (evt->procedure_done_status != BT_HCI_LE_CS_PROCEDURE_DONE_STATUS_PARTIAL) { in bt_hci_le_cs_subevent_result()
766 if (evt->procedure_done_status != BT_HCI_LE_CS_PROCEDURE_DONE_STATUS_PARTIAL) { in bt_hci_le_cs_subevent_result_continue()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h545 BT_CONN_LE_CS_PROCEDURE_INCOMPLETE = BT_HCI_LE_CS_PROCEDURE_DONE_STATUS_PARTIAL,
Dhci_types.h3673 #define BT_HCI_LE_CS_PROCEDURE_DONE_STATUS_PARTIAL 0x1 macro