![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
L2CAP handler interface. More...
#include "wsf_os.h"
Go to the source code of this file.
Functions | |
L2CAP Event Handling | |
Message passing interface to L2CAP from other tasks through WSF. | |
void | L2cSlaveHandlerInit (wsfHandlerId_t handlerId) |
Event handler initialization function for L2C when operating as a slave. More... | |
void | L2cSlaveHandler (wsfEventMask_t event, wsfMsgHdr_t *pMsg) |
The WSF event handler for L2C when operating as a slave. More... | |
void | L2cCocHandlerInit (wsfHandlerId_t handlerId) |
Event handler initialization function for L2C with connection oriented channels. More... | |
void | L2cCocHandler (wsfEventMask_t event, wsfMsgHdr_t *pMsg) |
The WSF event handler for L2C with connection oriented channels. More... | |
L2CAP handler interface.
Copyright (c) 2009-2018 Arm Ltd. All Rights Reserved. ARM Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact ARM Ltd. prior to any use, copying or further distribution of this software.
Definition in file l2c_handler.h.