Hi Team,
I'm working on scanner and NCS/Zephyr bt_le_scan_start callback API
typedef void bt_le_scan_cb_t(const bt_addr_le_t *addr, int8_t rssi,
uint8_t adv_type, struct net_buf_simple *buf);
The adv_type is too limited to tell
PHY (1M or CODED)
Coded ADV or Coded Scan Response.
1M AE or Legacy.
Is there any way to improve it ?
Thanks,
Sam