Searched refs:BT_HCI_OP_LE_SUBRATE_REQUEST (Results 1 – 2 of 2) sorted by relevance
3309 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()
733 #define BT_HCI_OP_LE_SUBRATE_REQUEST BT_OP(BT_OGF_LE, 0x007E) /* 0x207E */ macro