/external/bluetooth/bluedroid/stack/sdp/ |
sdp_main.c | 195 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, 251 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit, 343 && p_cfg->fcr.tx_win_sz > sdp_cb.l2cap_my_cfg.fcr.tx_win_sz) 345 p_cfg->fcr.tx_win_sz = sdp_cb.l2cap_my_cfg.fcr.tx_win_sz;
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_l2c.c | 57 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_fcr.c | 265 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz ); 393 || (p_ccb->fcrb.waiting_for_ack_q.count >= p_ccb->peer_cfg.fcr.tx_win_sz) ) [all...] |
l2c_utils.c | 585 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz); 685 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz); [all...] |
l2c_link.c | 838 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz; 844 reserved_buff[HCI_ACL_POOL_ID] += p_ccb->peer_cfg.fcr.tx_win_sz; [all...] |
l2c_main.c | 506 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p); 608 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
l2c_api.h | 138 UINT8 tx_win_sz; member in struct:__anon3820 [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_main.c | 107 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; [all...] |
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_utils.c | [all...] |