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:__anon1027
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c1833 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; local
1846 if (max_tx_apdu_size < p_mdep_cfg->data_cfg[i].max_tx_apdu_size)
1848 max_tx_apdu_size = p_mdep_cfg->data_cfg[i].max_tx_apdu_size;
1854 *p_tx_apu_size = max_tx_apdu_size;
1857 APPL_TRACE_DEBUG("bta_hl_find_rxtx_apdu_size max_rx_apdu_size=%d max_tx_apdu_size=%d ",
1858 max_rx_apdu_size, max_tx_apdu_size );
2628 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:__anon656
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_api.h226 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon834
234 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/ member in struct:__anon835
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c1453 UINT16 max_tx_apdu_size =0; local
1459 max_tx_apdu_size = data_type_table[idx].max_tx_apdu_size;
1463 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size;
1470 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE;
1474 max_tx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE;
1481 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size);
1482 return max_tx_apdu_size;
1509 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size;
4255 p_sup->echo_cfg.max_tx_apdu_size
[all...]

Completed in 133 milliseconds