Searched refs:max_rx_apdu_size (Results 1 – 8 of 8) sorted by relevance
/system/bt/btif/co/ |
D | bta_hl_co.c | 191 p_echo_cfg->max_rx_apdu_size = p_sup->echo_cfg.max_rx_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/hl/ |
D | bta_hl_utils.c | 1789 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; in bta_hl_find_rxtx_apdu_size() local 1797 if (max_rx_apdu_size < p_mdep_cfg->data_cfg[i].max_rx_apdu_size) in bta_hl_find_rxtx_apdu_size() 1799 max_rx_apdu_size = p_mdep_cfg->data_cfg[i].max_rx_apdu_size; in bta_hl_find_rxtx_apdu_size() 1809 *p_rx_apu_size = max_rx_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() 2576 p_dcb->chnl_cfg.fcr_opt.mps = bta_hl_set_mps(p_dcb->max_rx_apdu_size); in bta_hl_set_dch_chan_cfg() 2577 p_dcb->chnl_cfg.fcr_opt.tx_win_sz = bta_hl_set_tx_win_size(p_dcb->max_rx_apdu_size, in bta_hl_set_dch_chan_cfg() 2583 p_dcb->chnl_cfg.user_rx_buf_size = bta_hl_set_user_rx_buf_size(p_dcb->max_rx_apdu_size); in bta_hl_set_dch_chan_cfg() 2587 p_dcb->chnl_cfg.data_mtu = p_dcb->max_rx_apdu_size; in bta_hl_set_dch_chan_cfg()
|
D | bta_hl_main.c | 1017 &p_dcb->max_rx_apdu_size, in bta_hl_api_dch_open() 1239 &p_dcb->max_rx_apdu_size, in bta_hl_api_dch_reconnect() 1362 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_api_dch_echo_test()
|
D | bta_hl_act.c | 1267 &p_dcb->max_rx_apdu_size, in bta_hl_dch_mca_reconnect_ind() 1472 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_dch_mca_create_ind() 1494 &p_dcb->max_rx_apdu_size, in bta_hl_dch_mca_create_ind()
|
D | bta_hl_int.h | 456 UINT16 max_rx_apdu_size; member
|
/system/bt/bta/include/ |
D | bta_hl_api.h | 224 UINT16 max_rx_apdu_size; /* local rcv MTU */ member 232 UINT16 max_rx_apdu_size; /* local rcv MTU */ member
|
/system/bt/btif/include/ |
D | btif_hl.h | 149 UINT16 max_rx_apdu_size; member
|
/system/bt/btif/src/ |
D | btif_hl.c | 1366 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size; in btif_hl_get_max_tx_apdu_size() 1400 UINT16 max_rx_apdu_size =0; in btif_hl_get_max_rx_apdu_size() local 1406 max_rx_apdu_size = data_type_table[idx].max_rx_apdu_size; in btif_hl_get_max_rx_apdu_size() 1410 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size; in btif_hl_get_max_rx_apdu_size() 1417 max_rx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE; in btif_hl_get_max_rx_apdu_size() 1421 max_rx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE; in btif_hl_get_max_rx_apdu_size() 1426 __FUNCTION__, mdep_role, data_type, max_rx_apdu_size); in btif_hl_get_max_rx_apdu_size() 1428 return max_rx_apdu_size; in btif_hl_get_max_rx_apdu_size() 4107 p_sup->echo_cfg.max_rx_apdu_size = BTIF_HL_ECHO_MAX_TX_RX_APDU_SIZE; in register_application() 4142 … p_data->max_rx_apdu_size = btif_hl_get_max_rx_apdu_size(p_cfg->mdep_role, p_data->data_type); in register_application()
|