Skip to content

Commit cb05da3

Browse files
olivier-le-sagenordicjm
authored andcommitted
bluetooth: services: Remove struct ras_rd_cs_subevent_step
Seems this isn't used anywhere. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
1 parent 3db0812 commit cb05da3

File tree

1 file changed

+0
-8
lines changed
  • include/bluetooth/services

1 file changed

+0
-8
lines changed

include/bluetooth/services/ras.h

-8
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,6 @@ struct ras_rd_buffer {
227227
} procedure;
228228
};
229229

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-
238230
/** @brief Allocate Ranging Responder instance for connection.
239231
*
240232
* This will allocate an instance of the Ranging Responder service for the given connection.

0 commit comments

Comments
 (0)