Searched defs:max_tx_apdu_size (Results 1 - 5 of 5) sorted by relevance

/system/bt/btif/include/
H A Dbtif_hl.h148 UINT16 max_tx_apdu_size; member in struct:__anon606
/system/bt/bta/hl/
H A Dbta_hl_utils.c1789 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; local
1802 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size)
1804 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size;
1810 *p_tx_apu_size = max_tx_apdu_size;
1813 APPL_TRACE_DEBUG("bta_hl_find_rxtx_apdu_size max_rx_apdu_size=%d max_tx_apdu_size=%d ",
1814 max_rx_apdu_size, max_tx_apdu_size );
2584 p_dcb->chnl_cfg.user_tx_buf_size = bta_hl_set_user_tx_buf_size(p_dcb->max_tx_apdu_size);
H A Dbta_hl_int.h457 UINT16 max_tx_apdu_size; member in struct:__anon255
/system/bt/bta/include/
H A Dbta_hl_api.h225 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon412
233 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon413
/system/bt/btif/src/
H A Dbtif_hl.c1356 UINT16 max_tx_apdu_size =0; local
1362 max_tx_apdu_size = data_type_table[idx].max_tx_apdu_size;
1366 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size;
1373 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE;
1377 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE;
1383 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size);
1384 return max_tx_apdu_size;
1410 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size;
4108 p_sup->echo_cfg.max_tx_apdu_size
[all...]

Completed in 324 milliseconds