Home
last modified time | relevance | path

Searched refs:scan_int (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc36 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
325 if ((p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF && in BTM_SetLeConnectionModeToFast()
327 (p_cb->scan_int == BTM_BLE_SCAN_SLOW_INT_1 && in BTM_SetLeConnectionModeToFast()
329 p_cb->scan_int = BTM_BLE_SCAN_FAST_INT; in BTM_SetLeConnectionModeToFast()
339 if ((p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF && in BTM_SetLeConnectionModeToSlow()
341 (p_cb->scan_int == BTM_BLE_SCAN_FAST_INT && in BTM_SetLeConnectionModeToSlow()
343 p_cb->scan_int = BTM_BLE_SCAN_SLOW_INT_1; in BTM_SetLeConnectionModeToSlow()
354 uint16_t scan_int = (p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF) in btm_ble_start_auto_conn() local
356 : p_cb->scan_int; in btm_ble_start_auto_conn()
391 scan_int, /* uint16_t scan_int */ 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
64 phy_cfg[i].scan_int = scan_int; 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.h269 uint16_t scan_int; member
Dbtm_ble_int.h50 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
Dbtm_ble_gap.cc1139 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params() argument
1145 phy_cfg.scan_int = scan_int; in btm_send_hci_set_scan_params()
1151 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params()
2458 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
/system/bt/stack/include/
Dhcimsgs.h744 extern void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int,
752 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
837 uint16_t scan_int; member
851 uint16_t scan_int; member
/system/bt/stack/hcic/
Dhciblecmds.cc163 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument
176 UINT16_TO_STREAM(pp, scan_int); 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
215 UINT16_TO_STREAM(pp, scan_int); in btsnd_hcic_ble_create_ll_conn()
751 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params()
810 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_ext_create_conn()
/system/bt/bta/hh/
Dbta_hh_int.h152 uint16_t scan_int; member