Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c886 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CS_REMOVE_CONFIG, sizeof(*cp)); in bt_le_cs_remove_config()
895 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CS_REMOVE_CONFIG, buf, NULL); in bt_le_cs_remove_config()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2704 #define BT_HCI_OP_LE_CS_REMOVE_CONFIG BT_OP(BT_OGF_LE, 0x0091) /* 0x2091 */ macro