Searched refs:remote_psm (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_api.c | 1013 tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu, in BTA_JvL2capConnect() argument 1026 p_msg->remote_psm = remote_psm; in BTA_JvL2capConnect()
|
D | bta_jv_int.h | 235 UINT16 remote_psm; member
|
D | bta_jv_act.c | 1597 if(SDP_PSM == cc->remote_psm && 0 == bta_jv_cb.sdp_for_jv) in bta_jv_l2cap_connect() 1611 if(bta_jv_check_psm(cc->remote_psm)) /* allowed */ in bta_jv_l2cap_connect() 1613 if( (handle = GAP_ConnOpen("", sec_id, 0, cc->peer_bd_addr, cc->remote_psm, in bta_jv_l2cap_connect()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_jv_api.h | 937 tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu,
|