We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db0812 commit cb05da3Copy full SHA for cb05da3
include/bluetooth/services/ras.h
@@ -227,14 +227,6 @@ struct ras_rd_buffer {
227
} procedure;
228
};
229
230
-/** @brief Subevent result step */
231
-struct ras_rd_cs_subevent_step {
232
- /** CS step mode. */
233
- uint8_t mode;
234
- /** Pointer to role- and mode-specific information. */
235
- const uint8_t *data;
236
-};
237
-
238
/** @brief Allocate Ranging Responder instance for connection.
239
*
240
* This will allocate an instance of the Ranging Responder service for the given connection.
0 commit comments