Trying to do ADV_DIRECT_IND advertisement.
We are trying to do the following advertisements
ADV_IND is working
Device found MAC: FF:EE:DD:CC:BB:AA (random) SNIF: E7:09:68:43:C6:2C (RSSI: -53), type 0x00 = ADV_IND (Connect+Scan)
Flags: 0x06 [LE General Discoverable Mode, BR/EDR Not Supported (LE Only)]
Name: nrf54
Manufacturer: 0x0059 (Nordic Semiconductor ASA), (data length: 2)
Data: 00 00
ADV_NONCONN_IND is working
Device found MAC: 24:E0:11:A4:89:7D (random) SNIF: E7:09:68:43:C6:2C (RSSI: -51), type 0x03 = ADV_NONCONN_IND
Flags: 0x06 [LE General Discoverable Mode, BR/EDR Not Supported (LE Only)]
Name: nrf54
Manufacturer: 0x0059 (Nordic Semiconductor ASA), (data length: 2)
Data: 00 00
ADV_SCAN_IND is working
Device found MAC: 1F:4E:E4:14:18:75 (random) SNIF: E7:09:68:43:C6:2C (RSSI: -49), type 0x02 = ADV_SCAN_IND
Flags: 0x06 [LE General Discoverable Mode, BR/EDR Not Supported (LE Only)]
Name: nrf54
Manufacturer: 0x0059 (Nordic Semiconductor ASA), (data length: 2)
Data: 00 00
ADV_DIRECT_IND trying to debug
have tried:
low_duty
Have also tried these options
hi duty
Any help on getting the ADV_DIRECT_IND working would be helpful.