Changes to support BLE Quiet.
This commit is contained in:
parent
0b15ce458f
commit
c514219ccc
2 changed files with 3 additions and 1 deletions
|
@ -27,5 +27,7 @@ SystemKResult_T BLE_ScanAndAdvertise(void);
|
|||
SystemKResult_T BLE_SetAdvertisingData(BLE_AdvertisingData_T * data);
|
||||
SystemKResult_T BLE_StopAdvertising(void);
|
||||
SystemKResult_T BLE_StopScanning(void);
|
||||
SystemKResult_T BLE_Quiet(uint32_t duration_ms);
|
||||
SystemKResult_T BLE_Unquiet(void);
|
||||
|
||||
#endif // BLE_HW_INTERFACE_H
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define ITEM_SIZE sizeof(KEvent_T)
|
||||
static StaticQueue_t StaticQueue;
|
||||
static uint8_t QueueStorageArea[QUEUE_LENGTH * ITEM_SIZE];
|
||||
QueueHandle_t xQueueEvents;
|
||||
static QueueHandle_t xQueueEvents;
|
||||
|
||||
static void Remap_Event(KEvent_T *event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue