Home
last modified time | relevance | path

Searched refs:remote_psm (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/jv/
Dbta_jv_api.c363 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm, in BTA_JvL2capConnect() argument
378 p_msg->remote_psm = remote_psm; in BTA_JvL2capConnect()
Dbta_jv_int.h170 UINT16 remote_psm; member
Dbta_jv_act.c1091 … if ((cc->type != BTA_JV_CONN_TYPE_L2CAP) || (bta_jv_check_psm(cc->remote_psm))) /* allowed */ in bta_jv_l2cap_connect()
1093 if ((handle = GAP_ConnOpen("", sec_id, 0, cc->peer_bd_addr, cc->remote_psm, in bta_jv_l2cap_connect()
/system/bt/bta/include/
Dbta_jv_api.h558 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm,