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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 496 ** scan_window - Scan window
504 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
515 UINT32_TO_STREAM (pp_scan, scan_window);
570 ble_batchscan_cb.scan_interval, ble_batchscan_cb.scan_window,
673 ** scan_window - Scan window value
681 UINT32 scan_interval, UINT32 scan_window, tBLE_ADDR_TYPE addr_type,
687 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value);
701 scan_window, discard_rule, ble_batchscan_cb.cur_state);
706 BTM_BLE_VALID_PRAM(scan_window, BTM_BLE_SCAN_WIN_MIN, BTM_BLE_SCAN_WIN_MAX))
725 ble_batchscan_cb.scan_window = scan_window
    [all...]
btm_ble_bgconn.c 60 (UINT16)(!p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->scan_window),
btm_ble_gap.c 331 (UINT16)(!p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->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 */
127 UINT16 scan_window; member in struct:__anon5851
btm_ble.c 469 ** scan_window: scan window
474 void BTM_BleSetConnScanParams (UINT16 scan_interval, UINT16 scan_window)
481 BTM_BLE_VALID_PRAM(scan_window, BTM_BLE_SCAN_WIN_MIN, BTM_BLE_SCAN_WIN_MAX))
491 if (p_ble_cb->scan_win != scan_window)
493 p_ble_cb->scan_win = scan_window;
517 ** scan_window: scan window
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 377 bt_status_t (*set_scan_parameters)(int scan_interval, int scan_window);
402 int scan_interval, int scan_window, int addr_type, int discard_rule);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_int.h 533 UINT16 scan_window; member in struct:__anon5130
617 UINT32 scan_window; member in struct:__anon5140
    [all...]
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 530 UINT32 scan_window; member in struct:__anon6112
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 149 uint32_t scan_window; member in struct:__anon5686
195 uint16_t scan_window; member in struct:__anon5688
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]

Completed in 87 milliseconds