Home
last modified time | relevance | path

Searched refs:max_mps (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/gap/
Dgap_conn.cc216 uint16_t max_mps = controller_get_interface()->get_acl_data_size_ble(); in GAP_ConnOpen() local
217 if (le_mps > max_mps) { in GAP_ConnOpen()
218 LOG(INFO) << "Limiting MPS to one buffer size - " << max_mps; in GAP_ConnOpen()
219 le_mps = max_mps; in GAP_ConnOpen()
/system/bt/bta/jv/
Dbta_jv_act.cc943 uint16_t max_mps = 0xffff; // Let GAP_ConnOpen set the max_mps. in bta_jv_l2cap_connect() local
944 handle = GAP_ConnOpen("", sec_id, 0, &peer_bd_addr, remote_psm, max_mps, in bta_jv_l2cap_connect()
1091 uint16_t max_mps = 0xffff; // Let GAP_ConnOpen set the max_mps. in bta_jv_l2cap_start_server() local
1095 (handle = GAP_ConnOpen("JV L2CAP", sec_id, 1, nullptr, local_psm, max_mps, in bta_jv_l2cap_start_server()