File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO/source Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #include < stdio.h>
18
17
#include " CordioPalGap.h"
19
18
#include " hci_api.h"
20
19
#include " dm_api.h"
@@ -485,14 +484,12 @@ void Gap::gap_handler(const wsfMsgHdr_t *msg)
485
484
break ;
486
485
487
486
case DM_PER_ADV_REPORT_IND: {
488
- printf (" DM_PER_ADV_REPORT_IND\r\n " );
489
487
if (!handler) {
490
488
break ;
491
489
}
492
490
493
491
const hciLePerAdvReportEvt_t *evt = (const hciLePerAdvReportEvt_t *) msg;
494
492
495
- printf (" preparing for generic gap\r\n " );
496
493
handler->on_periodic_advertising_report (
497
494
evt->syncHandle ,
498
495
evt->txPower ,
@@ -841,7 +838,7 @@ ble_error_t Gap::set_periodic_advertising_data(
841
838
{
842
839
DmPerAdvSetData (
843
840
advertising_handle,
844
- HCI_ADV_DATA_OP_COMP_FRAG ,
841
+ fragment_description. value () ,
845
842
advertising_data_size,
846
843
const_cast <uint8_t *>(advertising_data)
847
844
);
You can’t perform that action at this time.
0 commit comments