Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3921 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CONN_UPDATE, in bt_conn_le_conn_update()
3935 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CONN_UPDATE, buf, NULL); in bt_conn_le_conn_update()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1178 #define BT_HCI_OP_LE_CONN_UPDATE BT_OP(BT_OGF_LE, 0x0013) /* 0x2013 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4690 case BT_OCF(BT_HCI_OP_LE_CONN_UPDATE):