• Home
  • Raw
  • Download

Lines Matching refs:mx_chan_id

65                                                 UINT32 mx_chan_id);
83 UINT32 mx_proto_id, UINT32 mx_chan_id,
98 UINT32 mx_chan_id);
480 UINT32 mx_chan_id) in BTM_SetSecurityLevel() argument
491 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel()
494 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel()
519 UINT32 mx_chan_id) in btm_sec_set_security_level() argument
606 p_srec->orig_mx_chan_id = mx_chan_id; in btm_sec_set_security_level()
654 p_srec->term_mx_chan_id = mx_chan_id; in btm_sec_set_security_level()
704 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level()
717 index, service_id, is_originator, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level()
1960 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id) in BTM_SetOutService() argument
1972 && (p_serv_rec->orig_mx_chan_id == mx_chan_id)) in BTM_SetOutService()
2491 UINT32 mx_proto_id, UINT32 mx_chan_id, in btm_sec_mx_access_request() argument
2505 p_serv_rec = btm_sec_find_mx_serv (is_originator, psm, mx_proto_id, mx_chan_id); in btm_sec_mx_access_request()
2514 psm, mx_proto_id, mx_chan_id); in btm_sec_mx_access_request()
2533 psm, mx_proto_id, mx_chan_id, btm_pair_state_descr(btm_cb.pairing_state)); in btm_sec_mx_access_request()
2604 mx_chan_id, p_callback, p_ref_data); in btm_sec_mx_access_request()
2681 __func__, mx_proto_id, mx_chan_id, p_dev_rec->sec_state, p_dev_rec->sec_flags, in btm_sec_mx_access_request()
2884 p_e->mx_proto_id, p_e->mx_chan_id); in btm_sec_check_pending_reqs()
2887 p_e->mx_proto_id, p_e->mx_chan_id, in btm_sec_check_pending_reqs()
5699 UINT32 mx_proto_id, UINT32 mx_chan_id) in btm_sec_find_mx_serv() argument
5708 && p_out_serv->orig_mx_chan_id == mx_chan_id) in btm_sec_find_mx_serv()
5721 && (( is_originator && (p_serv_rec->orig_mx_chan_id == mx_chan_id)) in btm_sec_find_mx_serv()
5722 || (!is_originator && (p_serv_rec->term_mx_chan_id == mx_chan_id)))) in btm_sec_find_mx_serv()
5967 UINT32 mx_proto_id, UINT32 mx_chan_id, in btm_sec_queue_mx_request() argument
5977 p_e->mx_chan_id = mx_chan_id; in btm_sec_queue_mx_request()
5984 __func__, psm, is_orig, mx_proto_id, mx_chan_id); in btm_sec_queue_mx_request()