Hi
I am looking at ble_peripheral_server_bond sample app and BASS_Initialize() is called from main() which in turn has the following statement:
MsgHandler_Add(TASK_ID_BASS, BASS_MsgHandler);
where TASK_ID_BASS is 0x24
How does that reconcile with the RSL10 Firmware reference, page 34 where a message_id is a 2 byte value where the task_id is in the upper byte. Surely just giving a value of 0x24 means that ID is 0x24 associated with task_id 0x00 which is TASK_IS_LLM?
I am confused.
Look forward to clarification.