Lines Matching full:param_len
662 int param_len = 0;
664 /* TODO: BTA sends the union members and not tBTA_AG. If using param_len=sizeof(tBTA_AG), we get a crash on memcpy */
666 param_len = sizeof(tBTA_AG_REGISTER);
668 param_len = sizeof(tBTA_AG_OPEN);
670 param_len = sizeof(tBTA_AG_CONN);
672 param_len = sizeof(tBTA_AG_HDR);
674 param_len = sizeof(tBTA_AG_VAL);
677 status = btif_transfer_context(btif_hf_upstreams_evt, (uint16_t)event, (void*)p_data, param_len, NULL);