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

  /system/bt/stack/btm/
btm_ble_bgconn.c 122 UINT32 scan_window = !p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->scan_window; local
132 (UINT16)scan_window,
138 btm_ble_send_extended_scan_params(p_inq->scan_type, scan_interval, scan_window,
btm_ble_gap.c 352 UINT32 scan_window = !p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->scan_window; local
355 p_inq->scan_interval, p_inq->scan_window);
388 (UINT16)scan_window,
394 btm_ble_send_extended_scan_params(p_inq->scan_type, scan_interval, scan_window,
    [all...]
btm_ble_int.h 62 #define BTM_BLE_GAP_DISC_SCAN_WIN 18 /* scan_window = 11.25 ms= 0x0010 * 0.625 ms */
66 #define BTM_BLE_LOW_LATENCY_SCAN_WIN 8000 /* scan_window = 5s= 8000 * 0.625 ms */
133 UINT32 scan_window; member in struct:__anon69330
  /system/bt/btif/src/
btif_gatt_client.c 149 uint32_t scan_window; member in struct:__anon69171
195 uint32_t scan_window; member in struct:__anon69173
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 464 UINT32 scan_window; member in struct:__anon68621
474 UINT16 scan_window; member in struct:__anon68622
565 UINT32 scan_window; member in struct:__anon68633
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 574 UINT32 scan_window; member in struct:__anon69583
    [all...]

Completed in 113 milliseconds