@@ -8,38 +8,6 @@ class BaseSlaveProfile : public BaseProfile {
8
8
BaseSlaveProfile ();
9
9
BaseSlaveProfile (uint16_t deviceNumber);
10
10
BaseSlaveProfile (uint16_t deviceNumber, uint8_t transmissionType);
11
- /* *
12
- * Pass in a pointer to an array uint16_t[ANTPLUS_MAX_CHANNELS_POSSIBLE]
13
- * Starts a search for all devices configured with this profle
14
- * This will disrupt all other channels to do the search, therefore you will have to
15
- * call start() on all registered profiles.
16
- * This is a blocking method, see backgroundDeviceSearch for a non-blocking variation.
17
- *
18
- * returns the number of the ids filled.
19
- */
20
- uint8_t searchForDevices (uint16_t * buffer);
21
- /* *
22
- * Pass in a pointer to an array uint16_t[ANTPLUS_MAX_CHANNELS_POSSIBLE]
23
- * Start a non-blocking search for the following device profile.
24
- * This will disrupt all other channels to do the search, therefore you will have to
25
- * call start() on all registered profiles.
26
- */
27
- void backgroundDeviceSearch (uint16_t * buffer);
28
- /* *
29
- * Check the status of the backgroundDeviceSearch.
30
- */
31
- uint8_t backgroundDeviceSearchStatus ();
32
- /* *
33
- * Call this to determine the number of devices found using backgroundDeviceSearch.
34
- * This can be called before the search is completed.
35
- */
36
- uint8_t backgroundDeviceSearchNumberDevices ();
37
- /* *
38
- * TODO
39
- *
40
- * Register a callback method for when backgroundDeviceSearch completes.
41
- */
42
- void backgroundDeviceSearchCallback ();
43
11
/* *
44
12
* Will return once the device either pairs or timesout its search
45
13
*/
0 commit comments