Hi swapnil, You need to set BLE_EXT_ADV_MAX_SIZE syscfg to required value, e.g.: > newt target amend <your_target> syscfg=BLE_EXT_ADV=1:BLE_EXT_ADV_MAX_SIZE=1650
Default is 31, max is 1650 (as above). Best, Andrzej On Tue, Apr 24, 2018 at 5:35 PM, swapnil kadam <[email protected]> wrote: > > > Hello, > I am using btshell for advertsing with nrf52. > > When I use 31 bytes, mfg_data accepts the data with extended advertsing. But > when I use more than that, mfg_data doesn’t accept. is 251 byte payload > supported in extended advertising? > How could I send more than 251 byte payload on extended advertsing? > > Thank you, > > Regards, > swapnil >
