Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1858 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CONN_PARAM_REQ_REPLY, sizeof(*cp)); in le_conn_param_req_reply()
1872 return bt_hci_cmd_send(BT_HCI_OP_LE_CONN_PARAM_REQ_REPLY, buf); in le_conn_param_req_reply()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1285 #define BT_HCI_OP_LE_CONN_PARAM_REQ_REPLY BT_OP(BT_OGF_LE, 0x0020) /* 0x2020 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4695 case BT_OCF(BT_HCI_OP_LE_CONN_PARAM_REQ_REPLY):