|
Zephyr API Documentation
2.7.0-rc2
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 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 received callback.
| info | Advertiser packet information. |
| buf | Buffer containing advertiser data. |