Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2329 buf = bt_hci_cmd_create(BT_HCI_OP_LE_LTK_REQ_NEG_REPLY, sizeof(*cp)); in le_ltk_neg_reply()
2339 bt_hci_cmd_send(BT_HCI_OP_LE_LTK_REQ_NEG_REPLY, buf); in le_ltk_neg_reply()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1243 #define BT_HCI_OP_LE_LTK_REQ_NEG_REPLY BT_OP(BT_OGF_LE, 0x001b) /* 0x201b */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4617 case BT_OCF(BT_HCI_OP_LE_LTK_REQ_NEG_REPLY):