Searched refs:scan_win (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_bgconn.c | 486 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()
|
D | btm_ble_gap.c | 431 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()
|
D | btm_ble.c | 581 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/ |
D | bta_hh_api.c | 415 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()
|
D | bta_hh_le.c | 2699 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/ |
D | l2c_ble.c | 892 UINT16 scan_win; in l2cble_init_direct_conn() local 904 … scan_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/ |
D | btm_ble_int.h | 352 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/ |
D | bta_hh_api.h | 551 extern void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 160 UINT16 scan_win; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 823 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/ |
D | hciblecmds.c | 263 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()
|