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#

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

Macro Definition Documentation#

BT_IPC_LISTENER_EVENT_QUEUE_SIZE#

#define BT_IPC_LISTENER_EVENT_QUEUE_SIZE
Value:
2

Definition at line 43 of file common/bt_ipc_listener/config/bt_ipc_listener_config.h

BT_IPC_LISTENER_EVENT_HANDLER_TASK_PRIORITY#

#define BT_IPC_LISTENER_EVENT_HANDLER_TASK_PRIORITY
Value:
50

Definition at line 49 of file common/bt_ipc_listener/config/bt_ipc_listener_config.h

BT_IPC_LISTENER_EVENT_HANDLER_STACK_SIZE#

#define BT_IPC_LISTENER_EVENT_HANDLER_STACK_SIZE
Value:
1000

Definition at line 55 of file common/bt_ipc_listener/config/bt_ipc_listener_config.h