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 767 void l2c_link_processs_ble_num_bufs (UINT16 num_lm_ble_bufs)
769 if (num_lm_ble_bufs == 0)
771 num_lm_ble_bufs = L2C_DEF_NUM_BLE_BUF_SHARED;
775 l2cb.num_lm_ble_bufs = l2cb.controller_le_xmit_window = num_lm_ble_bufs;
800 UINT16 controller_xmit_quota = l2cb.num_lm_ble_bufs;
806 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:__anon6285
    [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 627 milliseconds