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

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h144 UINT16 max_tx_apdu_size; member in struct:__anon945
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c1830 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; local
1843 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size)
1845 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size;
1851 *p_tx_apu_size = max_tx_apdu_size;
1854 APPL_TRACE_DEBUG2("bta_hl_find_rxtx_apdu_size max_rx_apdu_size=%d max_tx_apdu_size=%d ",
1855 max_rx_apdu_size, max_tx_apdu_size );
2625 p_dcb->chnl_cfg.user_tx_pool_id = bta_hl_set_user_tx_pool_id(p_dcb->max_tx_apdu_size);
H A Dbta_hl_int.h461 UINT16 max_tx_apdu_size; member in struct:__anon617
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h226 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon766
234 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon767
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c1489 UINT16 max_tx_apdu_size =0; local
1495 max_tx_apdu_size = data_type_table[idx].max_tx_apdu_size;
1499 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size;
1506 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE;
1510 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE;
1517 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size);
1518 return max_tx_apdu_size;
1545 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size;
4307 p_sup->echo_cfg.max_tx_apdu_size
[all...]

Completed in 207 milliseconds