All BLE Quiet tests pass!
This commit is contained in:
parent
871001f60b
commit
34e53acbf6
4 changed files with 33 additions and 4 deletions
|
@ -611,7 +611,7 @@ SystemKResult_T BLE_SetAdvertisingData(BLE_AdvertisingData_T * data)
|
|||
memcpy(Advertising_Data.advData, data, BLE_KTAG_PACKET_TOTAL_SIZE);
|
||||
|
||||
#ifdef TRACE_BLE
|
||||
KLOG_TRACE(TAG, "Setting advertising data for packet type %u.", data->data[8]);
|
||||
KLOG_TRACE(TAG, "Setting advertising data for packet type %u.", data->data[8]);
|
||||
#endif // TRACE_BLE
|
||||
|
||||
cy_en_ble_api_result_t result = Cy_BLE_GAPP_UpdateAdvScanData(&Advertising_Info);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a3f12819c7b26f73cbf471e28c93ba610040ed4
|
||||
Subproject commit e0e7fdf1aef151390c1e82d95e89e39038206bca
|
Loading…
Add table
Add a link
Reference in a new issue