Hi @,
Different Link Layer packets can be configured; as an example, you can refer to project "temp_coll" under wireless_examples and bluetooth. Here, you can change the parameters in "gScanParameters" and change the type to the packet to send.
You can find them defined in "ble_general.h";
Unfortunately, the Advertising Extensions (ADV_EXT_IND) BLE 5 Optional Errata is not implemented for the KW36 Family of MCUs. Ir is, however, implimented in the KW38 family.
There's also some documentation on enabling the advertising extensions on the KW38's SDK examples, here.
I hope you find this helpful!
Best regards, Julián
Hi @,
Different Link Layer packets can be configured; as an example, you can refer to project "temp_coll" under wireless_examples and bluetooth. Here, you can change the parameters in "gScanParameters" and change the type to the packet to send.
You can find them defined in "ble_general.h";
Unfortunately, the Advertising Extensions (ADV_EXT_IND) BLE 5 Optional Errata is not implemented for the KW36 Family of MCUs. Ir is, however, implimented in the KW38 family.
There's also some documentation on enabling the advertising extensions on the KW38's SDK examples, here.
I hope you find this helpful!
Best regards, Julián