Home
last modified time | relevance | path

Searched refs:l2c_cid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc1201 p_scb->l2c_cid = AVDT_GetL2CapChannel(p_scb->avdt_handle); in bta_av_str_opened()
1217 log::verbose("l2c_cid: 0x{:x} stream_mtu: {}", p_scb->l2c_cid, in bta_av_str_opened()
1221 if (!L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH)) { in bta_av_str_opened()
1223 p_scb->l2c_cid); in bta_av_str_opened()
1225 if (!L2CA_SetChnlFlushability(p_scb->l2c_cid, true)) { in bta_av_str_opened()
1227 p_scb->l2c_cid); in bta_av_str_opened()
1257 L2CA_SetMediaStreamChannel(p_scb->l2c_cid, true); in bta_av_str_opened()
1375 L2CA_FlushChannel(p_scb->l2c_cid, L2CAP_FLUSH_CHANS_ALL); in bta_av_do_close()
1379 p_scb->PeerAddress(), p_scb->l2c_cid, buffers_left); in bta_av_do_close()
1991 L2CA_FlushChannel(p_scb->l2c_cid, L2CAP_FLUSH_CHANS_ALL); in bta_av_str_stopped()
[all …]
Dbta_av_int.h526 uint16_t l2c_cid; /* L2CAP channel ID */ member
Dbta_av_main.cc1585 dprintf(fd, " L2CAP Channel ID: %d\n", p_scb->l2c_cid); in bta_debug_av_dump()