Searched defs:remote_psm (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/jv/
H A Dbta_jv_api.cc266 uint16_t remote_psm, uint16_t rx_mtu,
276 remote_psm, rx_mtu, peer_bd_addr, base::Passed(&cfg),
264 BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, std::unique_ptr<tL2CAP_ERTM_INFO> ertm_info, uint16_t remote_psm, uint16_t rx_mtu, std::unique_ptr<tL2CAP_CFG_INFO> cfg, const RawAddress& peer_bd_addr, tBTA_JV_L2CAP_CBACK* p_cback, uint32_t l2cap_socket_id) argument
H A Dbta_jv_act.cc907 uint16_t remote_psm, uint16_t rx_mtu,
942 (bta_jv_check_psm(remote_psm))) /* allowed */
945 handle = GAP_ConnOpen("", sec_id, 0, &peer_bd_addr, remote_psm, max_mps,
906 bta_jv_l2cap_connect(int32_t type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, uint16_t remote_psm, uint16_t rx_mtu, const RawAddress& peer_bd_addr, std::unique_ptr<tL2CAP_CFG_INFO> cfg_param, std::unique_ptr<tL2CAP_ERTM_INFO> ertm_info, tBTA_JV_L2CAP_CBACK* p_cback, uint32_t l2cap_socket_id) argument

Completed in 32 milliseconds