ACU6 Device API
Data Structures | Enumerations | Functions
ipc_bt_export_generated.h File Reference

Go to the source code of this file.

Data Structures

struct  a_ipc_dyn_array_enum_bt_result
 Dynamic-length array of a_ipc_enum_bt_result. More...
 
struct  a_ipc_dyn_array_enum_bt_state
 Dynamic-length array of a_ipc_enum_bt_state. More...
 
struct  a_ipc_msg_bt_request_req
 Request BT service. More...
 
struct  a_ipc_msg_bt_request_rsp
 Request BT service request response. More...
 
struct  a_ipc_msg_bt_release_req_norsp
 Release BT service. More...
 
struct  a_ipc_msg_bt_publish_ind
 BT status publish event. More...
 
struct  a_ipc_msg_bt_unsubscribe_req_norsp
 Unsubscribe from updates for bt. More...
 

Enumerations

enum  a_ipc_enum_bt_result { A_IPC_ENUM_BT_RESULT_OK , A_IPC_ENUM_BT_RESULT_ERROR }
 BT result codes. More...
 
enum  a_ipc_enum_bt_state {
  A_IPC_ENUM_BT_STATE_UNKNOWN , A_IPC_ENUM_BT_STATE_STOP , A_IPC_ENUM_BT_STATE_RESET , A_IPC_ENUM_BT_STATE_STARTING ,
  A_IPC_ENUM_BT_STATE_STARTED , A_IPC_ENUM_BT_STATE_ERROR
}
 btmgr state More...
 

Functions

A_IPC_RESULT a_ipc_init_bt_request_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_request_req. More...
 
A_IPC_RESULT a_ipc_init_bt_request_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_request_rsp. More...
 
A_IPC_RESULT a_ipc_init_bt_release_req_norsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_release_req_norsp. More...
 
A_IPC_RESULT a_ipc_init_bt_publish_ind (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_publish_ind. More...
 
A_IPC_RESULT a_ipc_init_bt_subscribe_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_subscribe_req. More...
 
A_IPC_RESULT a_ipc_init_bt_subscribe_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_subscribe_rsp. More...
 
A_IPC_RESULT a_ipc_init_bt_unsubscribe_req_norsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bt_unsubscribe_req_norsp. More...