Home
last modified time | relevance | path

Searched refs:p_echo_cfg (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/co/
Dbta_hl_co.c178 tBTA_HL_ECHO_CFG *p_echo_cfg) in bta_hl_co_get_echo_config() argument
191 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()
/system/bt/bta/include/
Dbta_hl_co.h106 tBTA_HL_ECHO_CFG *p_echo_cfg);
/system/bt/bta/hl/
Dbta_hl_main.c1329 tBTA_HL_ECHO_CFG *p_echo_cfg; in bta_hl_api_dch_echo_test() local
1361 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()
Dbta_hl_act.c1451 tBTA_HL_ECHO_CFG *p_echo_cfg; in bta_hl_dch_mca_create_ind() local
1471 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()