Home
last modified time | relevance | path

Searched refs:scan_win (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc36 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
313 p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) || in BTM_SetLeConnectionModeToFast()
315 p_cb->scan_win == BTM_BLE_SCAN_SLOW_WIN_1)) { in BTM_SetLeConnectionModeToFast()
317 p_cb->scan_win = BTM_BLE_SCAN_FAST_WIN; in BTM_SetLeConnectionModeToFast()
327 p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) || in BTM_SetLeConnectionModeToSlow()
329 p_cb->scan_win == BTM_BLE_SCAN_FAST_WIN)) { in BTM_SetLeConnectionModeToSlow()
331 p_cb->scan_win = BTM_BLE_SCAN_SLOW_WIN_1; in BTM_SetLeConnectionModeToSlow()
344 uint16_t scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) in btm_ble_start_auto_conn() local
346 : p_cb->scan_win; in btm_ble_start_auto_conn()
379 scan_win, /* uint16_t scan_win */ in btm_ble_start_auto_conn()
Dbtm_ble_connection_establishment.cc49 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btm_send_hci_create_connection() argument
65 phy_cfg[i].scan_win = scan_win; in btm_send_hci_create_connection()
79 btsnd_hcic_ble_create_ll_conn(scan_int, scan_win, init_filter_policy, in btm_send_hci_create_connection()
Dbtm_ble_int_types.h289 uint16_t scan_win; member
Dbtm_ble_int.h52 uint16_t scan_win,
Dbtm_ble_gap.cc1228 uint16_t scan_win, uint8_t addr_type_own, in btm_send_hci_set_scan_params() argument
1234 phy_cfg.scan_win = scan_win; in btm_send_hci_set_scan_params()
1239 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params()
2527 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
Dbtm_ble.cc468 if (p_ble_cb->scan_win != scan_window) { in BTM_BleSetConnScanParams()
469 p_ble_cb->scan_win = scan_window; in BTM_BleSetConnScanParams()
/system/bt/stack/include/
Dhcimsgs.h745 uint16_t scan_win, uint8_t addr_type,
752 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
838 uint16_t scan_win; member
852 uint16_t scan_win; member
/system/bt/stack/hcic/
Dhciblecmds.cc164 uint16_t scan_win, uint8_t addr_type_own, in btsnd_hcic_ble_set_scan_params() argument
177 UINT16_TO_STREAM(pp, scan_win); in btsnd_hcic_ble_set_scan_params()
202 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btsnd_hcic_ble_create_ll_conn() argument
216 UINT16_TO_STREAM(pp, scan_win); in btsnd_hcic_ble_create_ll_conn()
752 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params()
811 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_ext_create_conn()
/system/bt/bta/hh/
Dbta_hh_int.h153 uint16_t scan_win; member