Added BLE_StopScanning() to support testing.
This commit is contained in:
parent
2efb4f5183
commit
fb1a4ab07b
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ SystemKResult_T BLE_GetMyAddress(uint8_t * BD_ADDR);
|
|||
SystemKResult_T BLE_ScanAndAdvertise(void);
|
||||
SystemKResult_T BLE_SetAdvertisingData(BLE_AdvertisingData_T * data);
|
||||
SystemKResult_T BLE_StopAdvertising(void);
|
||||
SystemKResult_T BLE_StopScanning(void);
|
||||
|
||||
#endif // BLE_HW_INTERFACE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue