6 #ifndef A_IPC_IPC_BT_EXPORT_GENERATED_H
8 #define A_IPC_IPC_BT_EXPORT_GENERATED_H
83 uint8_t _compiler_no_error;
114 uint8_t _compiler_no_error;
149 uint8_t _compiler_no_error;
177 uint8_t _compiler_no_error;
uint32_t length
Length of the array (number of elements)
Definition: ipc_bt_export_generated.h:65
a_ipc_enum_bt_result * value
The contents of the array.
Definition: ipc_bt_export_generated.h:38
a_ipc_enum_bt_state * value
The contents of the array.
Definition: ipc_bt_export_generated.h:67
uint32_t length
Length of the array (number of elements)
Definition: ipc_bt_export_generated.h:36
a_ipc_enum_ipc_subscribe_result result
The result of the subscription request.
Definition: ipc_bt_export_generated.h:164
a_ipc_enum_bt_result result
Result of the operation.
Definition: ipc_bt_export_generated.h:101
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.
a_ipc_enum_bt_result
BT result codes.
Definition: ipc_bt_export_generated.h:24
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.
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.
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.
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.
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.
a_ipc_enum_bt_state state
Current state of the service.
Definition: ipc_bt_export_generated.h:134
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.
a_ipc_enum_bt_state
btmgr state
Definition: ipc_bt_export_generated.h:45
@ A_IPC_ENUM_BT_RESULT_OK
OK result.
Definition: ipc_bt_export_generated.h:26
@ A_IPC_ENUM_BT_RESULT_ERROR
Error result.
Definition: ipc_bt_export_generated.h:28
@ A_IPC_ENUM_BT_STATE_RESET
Service is resetting.
Definition: ipc_bt_export_generated.h:51
@ A_IPC_ENUM_BT_STATE_ERROR
Service has reached an unrecoverable error state.
Definition: ipc_bt_export_generated.h:57
@ A_IPC_ENUM_BT_STATE_STARTED
Service is started and available.
Definition: ipc_bt_export_generated.h:55
@ A_IPC_ENUM_BT_STATE_STARTING
Service is starting.
Definition: ipc_bt_export_generated.h:53
@ A_IPC_ENUM_BT_STATE_UNKNOWN
Unknown / Invalid state.
Definition: ipc_bt_export_generated.h:47
@ A_IPC_ENUM_BT_STATE_STOP
Service is stopped.
Definition: ipc_bt_export_generated.h:49
Dynamic-length array of a_ipc_enum_bt_result.
Definition: ipc_bt_export_generated.h:34
Dynamic-length array of a_ipc_enum_bt_state.
Definition: ipc_bt_export_generated.h:63
BT status publish event.
Definition: ipc_bt_export_generated.h:130
Release BT service.
Definition: ipc_bt_export_generated.h:112
Request BT service.
Definition: ipc_bt_export_generated.h:81
Request BT service request response.
Definition: ipc_bt_export_generated.h:97
Subscribe to updates for bt.
Definition: ipc_bt_export_generated.h:147
Sent in response to a_ipc_msg_bt_subscribe_req.
Definition: ipc_bt_export_generated.h:160
Unsubscribe from updates for bt.
Definition: ipc_bt_export_generated.h:175
a_ipc_enum_ipc_subscribe_result
Result of subscribing.
Definition: ipc_core_msgs_generated.h:99
A_IPC_RESULT
IPC function result codes.
Definition: ipc.h:211
AIPC Message.
Definition: ipc_generated.h:1204