Zephyr API 3.6.99
|
Listener context for (LE) scanning. More...
#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. | |
void(* | timeout )(void) |
The scanner has stopped scanning after scan timeout. | |
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.