SmartSnippets DA1459x SDK
ad_ble_msg.h
Go to the documentation of this file.
1 
43 #ifndef AD_BLE_MSG_H_
44 #define AD_BLE_MSG_H_
45 
46 #include "ad_ble.h"
47 
48 typedef void (* ad_ble_msg_handler_t) (ad_ble_msg_t *msg);
49 
50 // BLE adapter complete event message
51 typedef struct {
52  ad_ble_operation_t op_req;
53  ad_ble_status_t status;
54 } ad_ble_cmp_evt_t;
55 
56 
57 #endif /* AD_BLE_MSG_H_ */
58 
msg
struct msg msg
Structure for messages with id, type, data.
ad_ble.h
BLE Adapter API.
ad_ble_msg
Definition: ad_ble.h:229