Home
last modified time | relevance | path

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

/system/bt/test/mock/
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()
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()
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
241 uint16_t scan_win, uint8_t addr_type_own, in btsnd_hcic_ble_set_scan_params() argument
Dmock_stack_btm_ble_gap.cc210 uint16_t scan_win, uint8_t addr_type_own, in btm_send_hci_set_scan_params() argument
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc42 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
336 const uint16_t scan_win = (p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) in btm_ble_start_auto_conn() local
338 : p_cb->scan_win; in btm_ble_start_auto_conn()
373 scan_win, /* uint16_t scan_win */ in btm_ble_start_auto_conn()
506 p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) || in BTM_SetLeConnectionModeToFast()
508 p_cb->scan_win == BTM_BLE_SCAN_SLOW_WIN_1)) { in BTM_SetLeConnectionModeToFast()
510 p_cb->scan_win = BTM_BLE_SCAN_FAST_WIN; in BTM_SetLeConnectionModeToFast()
520 p_cb->scan_win == BTM_BLE_SCAN_PARAM_UNDEF) || in BTM_SetLeConnectionModeToSlow()
522 p_cb->scan_win == BTM_BLE_SCAN_FAST_WIN)) { in BTM_SetLeConnectionModeToSlow()
524 p_cb->scan_win = BTM_BLE_SCAN_SLOW_WIN_1; in BTM_SetLeConnectionModeToSlow()
Dbtm_ble_int.h42 uint16_t scan_win,
Dbtm_ble_int_types.h228 uint16_t scan_win; member
Dbtm_ble_gap.cc1203 uint16_t scan_win, uint8_t addr_type_own, in btm_send_hci_set_scan_params() argument
1209 phy_cfg.scan_win = scan_win; in btm_send_hci_set_scan_params()
1214 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params()
2566 p_cb->scan_int = p_cb->scan_win = BTM_BLE_SCAN_PARAM_UNDEF; in btm_ble_init()
/system/bt/stack/acl/
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
66 phy_cfg[i].scan_win = scan_win; 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()
/system/bt/stack/include/
Dhcimsgs.h551 uint16_t scan_win, uint8_t addr_type,
558 uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,
638 uint16_t scan_win; member
652 uint16_t scan_win; member
/system/bt/stack/hcic/
Dhciblecmds.cc237 uint16_t scan_win, uint8_t addr_type_own, in btsnd_hcic_ble_set_scan_params() argument
250 UINT16_TO_STREAM(pp, scan_win); 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
289 UINT16_TO_STREAM(pp, scan_win); in btsnd_hcic_ble_create_ll_conn()
822 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_set_extended_scan_params()
881 UINT16_TO_STREAM(pp, phy_cfg[i].scan_win); in btsnd_hcic_ble_ext_create_conn()
/system/bt/bta/hh/
Dbta_hh_int.h127 uint16_t scan_win; member