Home
last modified time | relevance | path

Searched refs:channel_id (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/internal/
Dscheduler_fifo.cc77 auto channel_id = channel_id_and_number_packets.first; in link_queue_enqueue_callback() local
82 auto packet = data_pipeline_manager_->GetDataController(channel_id)->GetNextPacket(); in link_queue_enqueue_callback()
84 data_pipeline_manager_->OnPacketSent(channel_id); in link_queue_enqueue_callback()
/system/bt/gd/l2cap/
Dl2cap_packets.pdl7 channel_id : 16,
14 channel_id : 16,
25 packet GroupFrame : BasicFrame (channel_id = 0x02) {
237 packet ControlFrame : BasicFrame (channel_id = 0x0001) {
608 packet LeControlFrame : BasicFrame (channel_id = 0x0005) {
/system/bt/tools/scripts/
Ddump_hearingaid_audio.py228 channel_id, data = unpack_data(data, 2)
233 if channel_id <= 0x003F:
236 elif channel_id >= 0x0040 and channel_id <= 0x007F:
/system/bt/stack/l2cap/
Dl2c_utils.cc2532 uint16_t channel_id = xx + L2CAP_FIRST_FIXED_CHNL; in l2cu_process_fixed_chnl_resp() local
2538 channel_id >= L2CAP_ATT_CID && channel_id <= L2CAP_SMP_CID) in l2cu_process_fixed_chnl_resp()
2542 if (p_lcb->transport == BT_TRANSPORT_LE && channel_id == L2CAP_SMP_BR_CID) in l2cu_process_fixed_chnl_resp()
2547 if (p_lcb->peer_chnl_mask[(channel_id) / 8] & (1 << ((channel_id) % 8))) { in l2cu_process_fixed_chnl_resp()
2551 channel_id, p_lcb->remote_bd_addr, true, 0, p_lcb->transport); in l2cu_process_fixed_chnl_resp()
2554 channel_id, p_lcb->remote_bd_addr, false, p_lcb->DisconnectReason(), in l2cu_process_fixed_chnl_resp()