Home | History | Annotate | Download | only in src

Lines Matching defs:max_tx_apdu_size

1453     UINT16 max_tx_apdu_size =0;
1459 max_tx_apdu_size = data_type_table[idx].max_tx_apdu_size;
1463 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size;
1470 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE;
1474 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE;
1481 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size);
1482 return max_tx_apdu_size;
1509 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size;
4255 p_sup->echo_cfg.max_tx_apdu_size = BTIF_HL_ECHO_MAX_TX_RX_APDU_SIZE;
4290 p_data->max_tx_apdu_size = btif_hl_get_max_tx_apdu_size(p_cfg->mdep_role, p_data->data_type);