Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_bgconn.c372 UINT16 scan_int, scan_win; in btm_ble_start_auto_conn() local
384scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_SLOW_WIN_1 : p_cb->scan_win; in btm_ble_start_auto_conn()
387 scan_win, /* UINT16 scan_win */ in btm_ble_start_auto_conn()
455 UINT16 scan_int, scan_win; in btm_ble_start_select_conn() local
460scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; in btm_ble_start_select_conn()
476 scan_win, /* scan window */ in btm_ble_start_select_conn()
Dbtm_ble_int.h277 UINT16 scan_win; member
Dbtm_ble.c491 if (p_ble_cb->scan_win != scan_window) in BTM_BleSetConnScanParams()
493 p_ble_cb->scan_win = scan_window; in BTM_BleSetConnScanParams()
Dbtm_ble_gap.c3091 p_cb->scan_int = p_cb->scan_win = BTM_BLE_CONN_PARAM_UNDEF; in btm_ble_init()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_api.c428 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win) in BTA_HhUpdateLeScanParam() argument
441 p_buf->scan_win = scan_win; in BTA_HhUpdateLeScanParam()
Dbta_hh_int.h169 UINT16 scan_win; member
Dbta_hh_le.c2825 UINT16_TO_STREAM(p, p_buf->le_scpp_update.scan_win); in bta_hh_le_update_scpp()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c673 UINT16 scan_int, scan_win; in l2cble_init_direct_conn() local
686scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; in l2cble_init_direct_conn()
714 scan_win, /* UINT16 scan_win */ in l2cble_init_direct_conn()
/external/bluetooth/bluedroid/stack/hcic/
Dhciblecmds.c281 UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_set_scan_params() argument
300 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_set_scan_params()
332 BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win, in btsnd_hcic_ble_create_ll_conn() argument
355 UINT16_TO_STREAM (pp, scan_win); in btsnd_hcic_ble_create_ll_conn()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h547 BTA_API extern void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win);
/external/bluetooth/bluedroid/stack/include/
Dhcimsgs.h1279 UINT16 scan_int, UINT16 scan_win,
1284 HCI_API extern BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win,