Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Did.c886 buf = bt_hci_cmd_create(BT_HCI_OP_LE_ADD_DEV_TO_RL, sizeof(*cp)); in hci_id_add()
901 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_ADD_DEV_TO_RL, buf, NULL); in hci_id_add()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1353 #define BT_HCI_OP_LE_ADD_DEV_TO_RL BT_OP(BT_OGF_LE, 0x0027) /* 0x2027 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4866 case BT_OCF(BT_HCI_OP_LE_ADD_DEV_TO_RL):