Searched refs:p_echo_cfg (Results 1 – 4 of 4) sorted by relevance
178 tBTA_HL_ECHO_CFG *p_echo_cfg) in bta_hl_co_get_echo_config() argument191 p_echo_cfg->max_rx_apdu_size = p_sup->echo_cfg.max_rx_apdu_size; in bta_hl_co_get_echo_config()192 p_echo_cfg->max_tx_apdu_size = p_sup->echo_cfg.max_tx_apdu_size; in bta_hl_co_get_echo_config()197 __FUNCTION__, success, p_echo_cfg->max_tx_apdu_size, in bta_hl_co_get_echo_config()198 p_echo_cfg->max_rx_apdu_size ); in bta_hl_co_get_echo_config()
106 tBTA_HL_ECHO_CFG *p_echo_cfg);
1329 tBTA_HL_ECHO_CFG *p_echo_cfg; in bta_hl_api_dch_echo_test() local1361 p_echo_cfg = BTA_HL_GET_ECHO_CFG_PTR(app_idx); in bta_hl_api_dch_echo_test()1362 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_api_dch_echo_test()1363 p_dcb->max_tx_apdu_size = p_echo_cfg->max_tx_apdu_size; in bta_hl_api_dch_echo_test()
1451 tBTA_HL_ECHO_CFG *p_echo_cfg; in bta_hl_dch_mca_create_ind() local1471 p_echo_cfg = BTA_HL_GET_ECHO_CFG_PTR(app_idx); in bta_hl_dch_mca_create_ind()1472 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_dch_mca_create_ind()1473 p_dcb->max_tx_apdu_size = p_echo_cfg->max_tx_apdu_size; in bta_hl_dch_mca_create_ind()