Home
last modified time | relevance | path

Searched refs:orig_mx_chan_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c586 p_srec->orig_mx_chan_id = mx_chan_id; in btm_sec_set_security_level()
1942 && (p_serv_rec->orig_mx_chan_id == mx_chan_id)) { in BTM_SetOutService()
1944 … p_serv_rec->service_id, p_serv_rec->psm, p_serv_rec->mx_proto_id, p_serv_rec->orig_mx_chan_id); in BTM_SetOutService()
5519 && p_out_serv->orig_mx_chan_id == mx_chan_id) { in btm_sec_find_mx_serv()
5530 && (( is_originator && (p_serv_rec->orig_mx_chan_id == mx_chan_id)) in btm_sec_find_mx_serv()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h490 UINT32 orig_mx_chan_id; /* Channel on the multiplexer protocol */ member