| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Bluetooth L2 stack public header. More...
#include <zephyr/net/net_mgmt.h>Go to the source code of this file.
Macros | |
| #define | NET_REQUEST_BT_ADVERTISE (_NET_BT_BASE | NET_REQUEST_BT_CMD_ADVERTISE) | 
| #define | NET_REQUEST_BT_CONNECT (_NET_BT_BASE | NET_REQUEST_BT_CMD_CONNECT) | 
| #define | NET_REQUEST_BT_SCAN (_NET_BT_BASE | NET_REQUEST_BT_CMD_SCAN) | 
| #define | NET_EVENT_BT_SCAN_RESULT (_NET_BT_EVENT | NET_EVENT_BT_CMD_SCAN_RESULT) | 
| #define | NET_REQUEST_BT_DISCONNECT (_NET_BT_BASE | NET_REQUEST_BT_CMD_DISCONNECT) | 
Enumerations | |
| enum | net_request_bt_cmd { NET_REQUEST_BT_CMD_ADVERTISE = 1 , NET_REQUEST_BT_CMD_CONNECT , NET_REQUEST_BT_CMD_SCAN , NET_REQUEST_BT_CMD_DISCONNECT } | 
| enum | net_event_bt_cmd { NET_EVENT_BT_CMD_SCAN_RESULT = 1 } | 
Bluetooth L2 stack public header.
| #define NET_EVENT_BT_SCAN_RESULT (_NET_BT_EVENT | NET_EVENT_BT_CMD_SCAN_RESULT) | 
| #define NET_REQUEST_BT_ADVERTISE (_NET_BT_BASE | NET_REQUEST_BT_CMD_ADVERTISE) | 
| #define NET_REQUEST_BT_CONNECT (_NET_BT_BASE | NET_REQUEST_BT_CMD_CONNECT) | 
| #define NET_REQUEST_BT_DISCONNECT (_NET_BT_BASE | NET_REQUEST_BT_CMD_DISCONNECT) | 
| #define NET_REQUEST_BT_SCAN (_NET_BT_BASE | NET_REQUEST_BT_CMD_SCAN) | 
| enum net_event_bt_cmd | 
| enum net_request_bt_cmd |