Bluetooth IPC Listener#

Listens to Bluetooth events published by the Bluetooth Event System IPC (inter-process communication) component. This component subscribes the bluetooth event callbacks provided by the application and other components to Bluetooth events. Creates an RTOS task and calls the callbacks from that context.

Functions#

Macros#

#define
BT_IPC_LISTENER_EVENT_QUEUE_SIZE 2
#define
BT_IPC_LISTENER_EVENT_HANDLER_TASK_PRIORITY 50
#define
BT_IPC_LISTENER_EVENT_HANDLER_STACK_SIZE 1000

Function Documentation#

bt_ipc_listener_init#

void bt_ipc_listener_init (void )
Parameters
N/A

Definition at line 41 of file common/bt_ipc_listener/bt_ipc_listener.h