Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc42 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
333 const uint16_t scan_int = (p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF) in btm_ble_start_auto_conn() local
335 : p_cb->scan_int; in btm_ble_start_auto_conn()
372 scan_int, /* uint16_t scan_int */ in btm_ble_start_auto_conn()
505 if ((p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF && in BTM_SetLeConnectionModeToFast()
507 (p_cb->scan_int == BTM_BLE_SCAN_SLOW_INT_1 && in BTM_SetLeConnectionModeToFast()
509 p_cb->scan_int = BTM_BLE_SCAN_FAST_INT; in BTM_SetLeConnectionModeToFast()
519 if ((p_cb->scan_int == BTM_BLE_SCAN_PARAM_UNDEF && in BTM_SetLeConnectionModeToSlow()
521 (p_cb->scan_int == BTM_BLE_SCAN_FAST_INT && in BTM_SetLeConnectionModeToSlow()
523 p_cb->scan_int = BTM_BLE_SCAN_SLOW_INT_1; in BTM_SetLeConnectionModeToSlow()
H A Dbtm_ble_int.h41 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
H A Dbtm_ble_int_types.h227 uint16_t scan_int; member
H A Dbtm_ble_gap.cc1203 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params() argument
1209 phy_cfg.scan_int = scan_int; in btm_send_hci_set_scan_params()
1215 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params()
2578 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl_btm_ble_connection_establishment.h59 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
64 body{[](uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
70 void operator()(uint16_t scan_int, uint16_t scan_win, in operator()
77 body(scan_int, scan_win, init_filter_policy, addr_type_peer, bda_peer, in operator()
H A Dmock_stack_acl_btm_ble_connection_establishment.cc65 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btm_send_hci_create_connection() argument
73 scan_int, scan_win, init_filter_policy, addr_type_peer, bda_peer, in btm_send_hci_create_connection()
H A Dmock_hcic_hciblecmds.cc88 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btsnd_hcic_ble_create_ll_conn() argument
240 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument
H A Dmock_stack_btm_ble_gap.cc209 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params() argument
/aosp12/system/bt/stack/acl/
H A Dbtm_ble_connection_establishment.cc47 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btm_send_hci_create_connection() argument
65 phy_cfg[i].scan_int = scan_int; in btm_send_hci_create_connection()
80 btsnd_hcic_ble_create_ll_conn(scan_int, scan_win, init_filter_policy, in btm_send_hci_create_connection()
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h550 extern void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int,
558 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
637 uint16_t scan_int; member
651 uint16_t scan_int; member
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc236 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument
249 UINT16_TO_STREAM(pp, scan_int); in btsnd_hcic_ble_set_scan_params()
275 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy, in btsnd_hcic_ble_create_ll_conn() argument
288 UINT16_TO_STREAM(pp, scan_int); in btsnd_hcic_ble_create_ll_conn()
821 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_set_extended_scan_params()
880 UINT16_TO_STREAM(pp, phy_cfg[i].scan_int); in btsnd_hcic_ble_ext_create_conn()
/aosp12/system/bt/bta/hh/
H A Dbta_hh_int.h126 uint16_t scan_int; member