Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c486 UINT16 scan_win; in btm_ble_start_auto_conn() local
502 scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) ? in btm_ble_start_auto_conn()
503 BTM_BLE_SCAN_SLOW_WIN_1 : p_cb->scan_win; in btm_ble_start_auto_conn()
514 scan_win, /* UINT16 scan_win */ in btm_ble_start_auto_conn()
564 …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
584 scan_win, in btm_ble_start_select_conn()
592 scan_win, in btm_ble_start_select_conn()
Dbtm_ble_gap.c431 UINT32 scan_win, UINT8 addr_type_own, in btm_ble_send_extended_scan_params() argument
441 UINT32_TO_STREAM(pp_scan, scan_win); in btm_ble_send_extended_scan_params()
445 BTM_TRACE_DEBUG("%s, %d, %d", __func__, scan_int, scan_win); in btm_ble_send_extended_scan_params()
4575 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
Dbtm_ble.c581 if (p_ble_cb->scan_win != scan_window) { in BTM_BleSetConnScanParams()
582 p_ble_cb->scan_win = scan_window; in BTM_BleSetConnScanParams()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c415 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win) in BTA_HhUpdateLeScanParam() argument
427 p_buf->scan_win = scan_win; in BTA_HhUpdateLeScanParam()
Dbta_hh_le.c2699 UINT16_TO_STREAM(p, p_buf->le_scpp_update.scan_win); in bta_hh_le_update_scpp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c892 UINT16 scan_win; in l2cble_init_direct_conn() local
904scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; in l2cble_init_direct_conn()
909 scan_win = p_dev_rec->conn_params.scan_window; in l2cble_init_direct_conn()
976 scan_win, /* UINT16 scan_win */ in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h352 UINT32 scan_win; member
406 BOOLEAN btm_ble_send_extended_scan_params(UINT8 scan_type, UINT32 scan_int, UINT32 scan_win, UINT8 …
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h551 extern void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h160 UINT16 scan_win; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h823 UINT16 scan_int, UINT16 scan_win,
828 BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c263 UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_set_scan_params() argument
283 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_set_scan_params()
316 BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_create_ll_conn() argument
340 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_create_ll_conn()