Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Did.c1134 buf = bt_hci_cmd_create(BT_HCI_OP_LE_REM_DEV_FROM_RL, sizeof(*cp)); in hci_id_del()
1142 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_REM_DEV_FROM_RL, buf, NULL); in hci_id_del()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1360 #define BT_HCI_OP_LE_REM_DEV_FROM_RL BT_OP(BT_OGF_LE, 0x0028) /* 0x2028 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4869 case BT_OCF(BT_HCI_OP_LE_REM_DEV_FROM_RL):