diff options
Diffstat (limited to 'stack/include/l2c_api.h')
-rw-r--r-- | stack/include/l2c_api.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stack/include/l2c_api.h b/stack/include/l2c_api.h index f2b648de7..e73d30c9c 100644 --- a/stack/include/l2c_api.h +++ b/stack/include/l2c_api.h @@ -540,6 +540,19 @@ extern BOOLEAN L2CA_DisconnectRsp (UINT16 cid); *******************************************************************************/ extern UINT8 L2CA_DataWrite (UINT16 cid, BT_HDR *p_data); +#ifdef BTA_AV_SPLIT_A2DP_ENABLED +/******************************************************************************* +** +** Function L2CA_GetDestChannelID +** +** Description Higher layers call this function to fetch destination channel id. +** +** Returns Destination Channel ID +** +*******************************************************************************/ +UINT16 L2CA_GetDestChannelID (UINT16 cid); +#endif + /******************************************************************************* ** ** Function L2CA_Ping |