Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_DEFAULT_SUBRATE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3284 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_DEFAULT_SUBRATE, sizeof(*cp)); in bt_conn_le_subrate_set_defaults()
3296 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_DEFAULT_SUBRATE, buf, NULL); in bt_conn_le_subrate_set_defaults()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h732 #define BT_HCI_OP_LE_SET_DEFAULT_SUBRATE BT_OP(BT_OGF_LE, 0x007D) /* 0x207D */ macro