Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4635 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF, in bt_le_set_chan_map()
4646 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF, in bt_le_set_chan_map()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1189 #define BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF BT_OP(BT_OGF_LE, 0x0014) /* 0x2014 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4585 case BT_OCF(BT_HCI_OP_LE_SET_HOST_CHAN_CLASSIF):