Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3309 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SUBRATE_REQUEST, sizeof(*cp)); in bt_conn_le_subrate_request()
3322 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_SUBRATE_REQUEST, buf, NULL); in bt_conn_le_subrate_request()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h733 #define BT_HCI_OP_LE_SUBRATE_REQUEST BT_OP(BT_OGF_LE, 0x007E) /* 0x207E */ macro