Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.c381 UINT16 scan_win; in btm_ble_start_auto_conn() local
399 scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) ? in btm_ble_start_auto_conn()
400 BTM_BLE_SCAN_SLOW_WIN_1 : p_cb->scan_win; in btm_ble_start_auto_conn()
412 scan_win, /* UINT16 scan_win */ in btm_ble_start_auto_conn()
472 …UINT32 scan_win = p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_… in btm_ble_start_select_conn() local
494 scan_win, in btm_ble_start_select_conn()
505 scan_win, in btm_ble_start_select_conn()
Dbtm_ble_int.h312 UINT32 scan_win; member
362 UINT32 scan_win, UINT8 addr_type_own,
Dbtm_ble_gap.c308 UINT32 scan_win, UINT8 addr_type_own, in btm_ble_send_extended_scan_params() argument
318 UINT32_TO_STREAM(pp_scan, scan_win); in btm_ble_send_extended_scan_params()
322 BTM_TRACE_DEBUG("%s, %d, %d", __func__, scan_int, scan_win); in btm_ble_send_extended_scan_params()
3397 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
Dbtm_ble.c518 if (p_ble_cb->scan_win != scan_window) in BTM_BleSetConnScanParams()
520 p_ble_cb->scan_win = scan_window; in BTM_BleSetConnScanParams()
/system/bt/bta/hh/
Dbta_hh_api.c431 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win) in BTA_HhUpdateLeScanParam() argument
444 p_buf->scan_win = scan_win; in BTA_HhUpdateLeScanParam()
Dbta_hh_int.h168 UINT16 scan_win; member
Dbta_hh_le.c2831 UINT16_TO_STREAM(p, p_buf->le_scpp_update.scan_win); in bta_hh_le_update_scpp()
/system/bt/stack/l2cap/
Dl2c_ble.c690 UINT16 scan_win; in l2cble_init_direct_conn() local
703scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; in l2cble_init_direct_conn()
730 scan_win, /* UINT16 scan_win */ in l2cble_init_direct_conn()
/system/bt/stack/hcic/
Dhciblecmds.c219 UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_set_scan_params() argument
238 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_set_scan_params()
270 BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_create_ll_conn() argument
293 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_create_ll_conn()
/system/bt/bta/include/
Dbta_hh_api.h547 extern void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win);
/system/bt/stack/include/
Dhcimsgs.h710 UINT16 scan_int, UINT16 scan_win,
715 extern BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win,