Home | History | Annotate | Download | only in btm

Lines Matching refs:p_out_serv

738             btm_cb.p_out_serv = p_srec;
2093 btm_cb.p_out_serv = p_serv_rec;
2102 BTM_TRACE_API("BTM_SetOutService p_out_serv id %d, psm 0x%04x, proto_id %d, chan_id %d",
2104 btm_cb.p_out_serv = p_serv_rec;
5545 if (is_originator && btm_cb.p_out_serv && btm_cb.p_out_serv->psm == psm)
5547 /* If this is outgoing connection and the PSM matches p_out_serv,
5549 return btm_cb.p_out_serv;
5605 tBTM_SEC_SERV_REC *p_out_serv = btm_cb.p_out_serv;
5610 if (is_originator && p_out_serv && p_out_serv->psm == psm
5611 && p_out_serv->mx_proto_id == mx_proto_id
5612 && p_out_serv->orig_mx_chan_id == mx_chan_id)
5614 /* If this is outgoing connection and the parameters match p_out_serv,
5616 return btm_cb.p_out_serv;