Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/co/
Dbta_hl_co.c192 p_echo_cfg->max_rx_apdu_size = p_sup->echo_cfg.max_rx_apdu_size; in bta_hl_co_get_echo_config()
199 p_echo_cfg->max_rx_apdu_size ); in bta_hl_co_get_echo_config()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_utils.c1833 UINT16 max_rx_apdu_size=0, max_tx_apdu_size=0; in bta_hl_find_rxtx_apdu_size() local
1841 if (max_rx_apdu_size < p_mdep_cfg->data_cfg[i].max_rx_apdu_size) in bta_hl_find_rxtx_apdu_size()
1843 max_rx_apdu_size = p_mdep_cfg->data_cfg[i].max_rx_apdu_size; in bta_hl_find_rxtx_apdu_size()
1853 *p_rx_apu_size = max_rx_apdu_size; in bta_hl_find_rxtx_apdu_size()
1858 max_rx_apdu_size, max_tx_apdu_size ); in bta_hl_find_rxtx_apdu_size()
2620 p_dcb->chnl_cfg.fcr_opt.mps = bta_hl_set_mps(p_dcb->max_rx_apdu_size); in bta_hl_set_dch_chan_cfg()
2621 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()
2627 p_dcb->chnl_cfg.user_rx_pool_id = bta_hl_set_user_rx_pool_id(p_dcb->max_rx_apdu_size); in bta_hl_set_dch_chan_cfg()
2631 p_dcb->chnl_cfg.data_mtu = p_dcb->max_rx_apdu_size; in bta_hl_set_dch_chan_cfg()
Dbta_hl_main.c1020 &p_dcb->max_rx_apdu_size, in bta_hl_api_dch_open()
1242 &p_dcb->max_rx_apdu_size, in bta_hl_api_dch_reconnect()
1364 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_api_dch_echo_test()
Dbta_hl_act.c1268 &p_dcb->max_rx_apdu_size, in bta_hl_dch_mca_reconnect_ind()
1473 p_dcb->max_rx_apdu_size = p_echo_cfg->max_rx_apdu_size; in bta_hl_dch_mca_create_ind()
1495 &p_dcb->max_rx_apdu_size, in bta_hl_dch_mca_create_ind()
Dbta_hl_int.h460 UINT16 max_rx_apdu_size; member
/external/bluetooth/bluedroid/bta/include/
Dbta_hl_api.h225 UINT16 max_rx_apdu_size; /* local rcv MTU */ member
233 UINT16 max_rx_apdu_size; /* local rcv MTU */ member
/external/bluetooth/bluedroid/btif/include/
Dbtif_hl.h145 UINT16 max_rx_apdu_size; member
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c1463 max_tx_apdu_size = data_type_table[idx].max_rx_apdu_size; in btif_hl_get_max_tx_apdu_size()
1499 UINT16 max_rx_apdu_size =0; in btif_hl_get_max_rx_apdu_size() local
1505 max_rx_apdu_size = data_type_table[idx].max_rx_apdu_size; in btif_hl_get_max_rx_apdu_size()
1509 max_rx_apdu_size = data_type_table[idx].max_tx_apdu_size; in btif_hl_get_max_rx_apdu_size()
1516 max_rx_apdu_size = BTIF_HL_DEFAULT_SRC_RX_APDU_SIZE; in btif_hl_get_max_rx_apdu_size()
1520 max_rx_apdu_size = BTIF_HL_DEFAULT_SRC_TX_APDU_SIZE; in btif_hl_get_max_rx_apdu_size()
1526 __FUNCTION__, mdep_role, data_type, max_rx_apdu_size); in btif_hl_get_max_rx_apdu_size()
1528 return max_rx_apdu_size; in btif_hl_get_max_rx_apdu_size()
4254 p_sup->echo_cfg.max_rx_apdu_size = BTIF_HL_ECHO_MAX_TX_RX_APDU_SIZE; in register_application()
4289 … p_data->max_rx_apdu_size = btif_hl_get_max_rx_apdu_size(p_cfg->mdep_role, p_data->data_type); in register_application()