Home | History | Annotate | Download | only in src

Lines Matching defs:param_len

421     int param_len = 0;
423 /* TODO: BTA sends the union members and not tBTA_AG. If using param_len=sizeof(tBTA_AG), we get a crash on memcpy */
425 param_len = sizeof(tBTA_AG_REGISTER);
427 param_len = sizeof(tBTA_AG_OPEN);
429 param_len = sizeof(tBTA_AG_CONN);
431 param_len = sizeof(tBTA_AG_HDR);
433 param_len = sizeof(tBTA_AG_VAL);
436 status = btif_transfer_context(btif_hf_upstreams_evt, (uint16_t)event, (void*)p_data, param_len, NULL);