Searched refs:mx_chan_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/pan/ |
D | pan_api.c | 302 UINT32 mx_chan_id; in PAN_Connect() local 355 mx_chan_id = dst_uuid.uu.uuid16; in PAN_Connect() 375 mx_chan_id = src_uuid.uu.uuid16; in PAN_Connect() 393 BTM_SetOutService(rem_bda, BTM_SEC_SERVICE_BNEP_PANU, mx_chan_id); in PAN_Connect()
|
/system/bt/stack/btm/ |
D | btm_sec.c | 62 UINT32 mx_chan_id); 80 UINT32 mx_proto_id, UINT32 mx_chan_id, 95 UINT32 mx_chan_id); 479 UINT32 mx_chan_id) in BTM_SetSecurityLevel() argument 490 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel() 493 sec_level, psm, mx_proto_id, mx_chan_id)); in BTM_SetSecurityLevel() 518 UINT32 mx_chan_id) in btm_sec_set_security_level() argument 605 p_srec->orig_mx_chan_id = mx_chan_id; in btm_sec_set_security_level() 653 p_srec->term_mx_chan_id = mx_chan_id; in btm_sec_set_security_level() 703 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level() [all …]
|
D | btm_int.h | 752 UINT32 mx_chan_id; member 1054 UINT32 mx_proto_id, UINT32 mx_chan_id,
|
/system/bt/stack/hid/ |
D | hidh_conn.c | 1008 UINT32 mx_chan_id = HID_NOSEC_CHN; in hidh_conn_initiate() local 1025 mx_chan_id = HID_SEC_CHN; in hidh_conn_initiate() 1027 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id); in hidh_conn_initiate()
|
/system/bt/stack/include/ |
D | btm_api.h | 3275 UINT32 mx_chan_id); 3287 extern void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
|