Searched refs:mx_chan_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/pan/ |
D | pan_api.c | 290 UINT32 mx_chan_id; in PAN_Connect() local 343 mx_chan_id = dst_uuid.uu.uuid16; in PAN_Connect() 363 mx_chan_id = src_uuid.uu.uuid16; in PAN_Connect() 381 BTM_SetOutService(rem_bda, BTM_SEC_SERVICE_BNEP_PANU, mx_chan_id); in PAN_Connect()
|
/system/bt/stack/btm/ |
D | btm_sec.c | 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() [all …]
|
D | btm_int.h | 755 UINT32 mx_chan_id; member 1078 UINT32 mx_proto_id, UINT32 mx_chan_id,
|
/system/bt/stack/hid/ |
D | hidh_conn.c | 1022 UINT32 mx_chan_id = HID_NOSEC_CHN; in hidh_conn_initiate() local 1039 mx_chan_id = HID_SEC_CHN; in hidh_conn_initiate() 1041 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id); in hidh_conn_initiate()
|
/system/bt/stack/include/ |
D | btm_api.h | 3269 UINT32 mx_chan_id); 3281 extern void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
|