You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • After digging through ADV-functions for esp32 I found these only :

    • esp_ble_gap_config_adv_data(esp_ble_adv_­data_t *adv_data) //adv data is something like ble_advdata_t
    • esp_ble_gap_config_adv_data_raw(uint8_t *raw_data, uint32_t raw_data_len)

    As expected esp_ble_adv_data_t is different to ble_advdata_t. There is some overlapping and I'm sure to find a way to get it working

    But I cannot find anything like adv_data_encode. Looks like it happens behind the curtain.
    In my (poor) understanding of jswrap_nrf_bluetooth_setAdvertising the only way to make this matching would be a big rebuild of jswrap_nrf_bluetooth_setAdvertising.
    Any better idea ?

About

Avatar for JumJum @JumJum started