HomeSort by relevance Sort by last modified time
    Searched refs:num_lm_ble_bufs (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 790 void l2c_link_processs_ble_num_bufs (UINT16 num_lm_ble_bufs)
792 if (num_lm_ble_bufs == 0)
794 num_lm_ble_bufs = L2C_DEF_NUM_BLE_BUF_SHARED;
798 l2cb.num_lm_ble_bufs = l2cb.controller_le_xmit_window = num_lm_ble_bufs;
823 UINT16 controller_xmit_quota = l2cb.num_lm_ble_bufs;
829 l2cb.controller_le_xmit_window = l2cb.num_lm_ble_bufs;
    [all...]
l2c_int.h 512 UINT16 num_lm_ble_bufs; /* # of ACL buffers on controller */ member in struct:__anon6290
    [all...]
l2c_utils.c 160 if (l2cb.controller_le_xmit_window > l2cb.num_lm_ble_bufs)
162 l2cb.controller_le_xmit_window = l2cb.num_lm_ble_bufs;
    [all...]

Completed in 45 milliseconds