HomeSort by relevance Sort by last modified time
    Searched defs:scan_win (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 372 UINT16 scan_int, scan_win; local
384 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_SLOW_WIN_1 : p_cb->scan_win;
387 scan_win, /* UINT16 scan_win */
455 UINT16 scan_int, scan_win; local
460 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win;
    [all...]
btm_ble_int.h 277 UINT16 scan_win; member in struct:__anon5862
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 673 UINT16 scan_int, scan_win; local
686 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win;
714 scan_win, /* UINT16 scan_win */
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 169 UINT16 scan_win; member in struct:__anon5247

Completed in 198 milliseconds