Lines Matching defs:mx_chan_id

56                                                 UINT32 mx_chan_id);
74 UINT32 mx_proto_id, UINT32 mx_chan_id,
89 UINT32 mx_chan_id);
522 ** mx_chan_id - channel ID of multiplexing proto below
529 UINT32 mx_chan_id)
540 sec_level, psm, mx_proto_id, mx_chan_id));
548 UNUSED(mx_chan_id);
567 ** mx_chan_id - channel ID of multiplexing proto below
574 UINT32 mx_chan_id)
585 sec_level, psm, mx_proto_id, mx_chan_id));
588 sec_level, psm, mx_proto_id, mx_chan_id));
606 ** mx_chan_id - channel ID of multiplexing proto below
613 UINT32 mx_chan_id)
641 service_id, and mx_chan_id), or obtain the next unused record */
698 p_srec->orig_mx_chan_id = mx_chan_id;
743 p_srec->term_mx_chan_id = mx_chan_id;
789 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id);
802 index, service_id, is_originator, psm, mx_proto_id, mx_chan_id);
2087 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id)
2100 && (p_serv_rec->orig_mx_chan_id == mx_chan_id))
2543 ** mx_chan_id - multiplexer channel to reach application
2554 UINT32 mx_proto_id, UINT32 mx_chan_id,
2569 p_serv_rec = btm_sec_find_mx_serv (is_originator, psm, mx_proto_id, mx_chan_id);
2578 psm, mx_proto_id, mx_chan_id);
2587 psm, mx_proto_id, mx_chan_id, btm_pair_state_descr(btm_cb.pairing_state));
2624 btm_sec_queue_mx_request (bd_addr, psm, is_originator, mx_proto_id, mx_chan_id, p_callback, p_ref_data);
2652 mx_proto_id, mx_chan_id, p_dev_rec->sec_state, p_dev_rec->sec_flags, p_dev_rec->security_required, p_dev_rec->p_cur_service->service_id);
2866 BTM_TRACE_EVENT ("btm_sec_check_pending_reqs() submitting PSM: 0x%04x Is_Orig: %u mx_proto_id: %u mx_chan_id: %u",
2867 p_e->psm, p_e->is_orig, p_e->mx_proto_id, p_e->mx_chan_id);
2870 p_e->mx_proto_id, p_e->mx_chan_id,
5603 UINT32 mx_proto_id, UINT32 mx_chan_id)
5612 && p_out_serv->orig_mx_chan_id == mx_chan_id)
5625 && (( is_originator && (p_serv_rec->orig_mx_chan_id == mx_chan_id))
5626 || (!is_originator && (p_serv_rec->term_mx_chan_id == mx_chan_id))))
5907 UINT32 mx_proto_id, UINT32 mx_chan_id,
5921 p_e->mx_chan_id = mx_chan_id;
5925 BTM_TRACE_EVENT ("btm_sec_queue_mx_request() PSM: 0x%04x Is_Orig: %u mx_proto_id: %u mx_chan_id: %u",
5926 psm, is_orig, mx_proto_id, mx_chan_id);