| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <bluetooth.h>
Data Fields | |
| void(* | recv )(const struct bt_le_scan_recv_info *info, struct net_buf_simple *buf) | 
| Advertisement packet and scan response received callback.  More... | |
| void(* | timeout )(void) | 
| The scanner has stopped scanning after scan timeout.  More... | |
| sys_snode_t | node | 
Listener context for (LE) scanning.
| sys_snode_t bt_le_scan_cb::node | 
| void(* bt_le_scan_cb::recv) (const struct bt_le_scan_recv_info *info, struct net_buf_simple *buf) | 
Advertisement packet and scan response received callback.
| info | Advertiser packet and scan response information. | 
| buf | Buffer containing advertiser data. | 
| void(* bt_le_scan_cb::timeout) (void) | 
The scanner has stopped scanning after scan timeout.