Searched refs:mx_chan_id (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 63 UINT32 mx_chan_id); 80 UINT32 mx_proto_id, UINT32 mx_chan_id, 96 UINT32 mx_chan_id); 471 UINT32 mx_chan_id) in BTM_SetSecurityLevel() argument 483 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel() 486 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel() 511 UINT32 mx_chan_id) in btm_sec_set_security_level() argument 591 p_srec->orig_mx_chan_id = mx_chan_id; in btm_sec_set_security_level() 637 p_srec->term_mx_chan_id = mx_chan_id; in btm_sec_set_security_level() 684 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidh_conn.c | 958 UINT32 mx_chan_id = HID_NOSEC_CHN; in hidh_conn_initiate() local 975 mx_chan_id = HID_SEC_CHN; in hidh_conn_initiate() 977 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id); in hidh_conn_initiate()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 808 UINT32 mx_chan_id; member 1181 UINT32 mx_proto_id, UINT32 mx_chan_id,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 3474 UINT32 mx_chan_id); 3487 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
|