HomeSort by relevance Sort by last modified time
    Searched refs:max_mps (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gap/
gap_conn.cc 216 uint16_t max_mps = controller_get_interface()->get_acl_data_size_ble(); local
217 if (le_mps > max_mps) {
218 LOG(INFO) << "Limiting MPS to one buffer size - " << max_mps;
219 le_mps = max_mps;
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 944 uint16_t max_mps = 0xffff; // Let GAP_ConnOpen set the max_mps. local
945 handle = GAP_ConnOpen("", sec_id, 0, &peer_bd_addr, remote_psm, max_mps,
1092 uint16_t max_mps = 0xffff; \/\/ Let GAP_ConnOpen set the max_mps. local
    [all...]

Completed in 119 milliseconds