Home
last modified time | relevance | path

Searched refs:max_tx_apdu_size (Results 1 – 8 of 8) sorted by relevance

/system/bt/btif/co/
Dbta_hl_co.c192 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()
/system/bt/bta/include/
Dbta_hl_api.h225 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member
233 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member
/system/bt/bta/hl/
Dbta_hl_utils.c1789 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; in bta_hl_find_rxtx_apdu_size() local
1802 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size) in bta_hl_find_rxtx_apdu_size()
1804 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size; in bta_hl_find_rxtx_apdu_size()
1810 *p_tx_apu_size = max_tx_apdu_size; in bta_hl_find_rxtx_apdu_size()
1814 max_rx_apdu_size, max_tx_apdu_size ); in bta_hl_find_rxtx_apdu_size()
2584 p_dcb->chnl_cfg.user_tx_buf_size = bta_hl_set_user_tx_buf_size(p_dcb->max_tx_apdu_size); in bta_hl_set_dch_chan_cfg()
Dbta_hl_main.c1018 &p_dcb->max_tx_apdu_size); in bta_hl_api_dch_open()
1240 &p_dcb->max_tx_apdu_size); in bta_hl_api_dch_reconnect()
1363 p_dcb->max_tx_apdu_size = p_echo_cfg->max_tx_apdu_size; in bta_hl_api_dch_echo_test()
Dbta_hl_act.c1268 &p_dcb->max_tx_apdu_size); in bta_hl_dch_mca_reconnect_ind()
1473 p_dcb->max_tx_apdu_size = p_echo_cfg->max_tx_apdu_size; in bta_hl_dch_mca_create_ind()
1495 &p_dcb->max_tx_apdu_size); in bta_hl_dch_mca_create_ind()
Dbta_hl_int.h457 UINT16 max_tx_apdu_size; member
/system/bt/btif/include/
Dbtif_hl.h148 UINT16 max_tx_apdu_size; member
/system/bt/btif/src/
Dbtif_hl.c1356 UINT16 max_tx_apdu_size =0; in btif_hl_get_max_tx_apdu_size() local
1362 max_tx_apdu_size = data_type_table[idx].max_tx_apdu_size; in btif_hl_get_max_tx_apdu_size()
1366 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size; in btif_hl_get_max_tx_apdu_size()
1373 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE; in btif_hl_get_max_tx_apdu_size()
1377 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE; in btif_hl_get_max_tx_apdu_size()
1383 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size); in btif_hl_get_max_tx_apdu_size()
1384 return max_tx_apdu_size; in btif_hl_get_max_tx_apdu_size()
1410 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size; in btif_hl_get_max_rx_apdu_size()
4108 p_sup->echo_cfg.max_tx_apdu_size = BTIF_HL_ECHO_MAX_TX_RX_APDU_SIZE; in register_application()
4143 … p_data->max_tx_apdu_size = btif_hl_get_max_tx_apdu_size(p_cfg->mdep_role, p_data->data_type); in register_application()