/aosp12/system/bt/stack/btm/ |
H A D | btm_ble_bgconn.cc | 42 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 D | btm_ble_int.h | 41 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
|
H A D | btm_ble_int_types.h | 227 uint16_t scan_int; member
|
H A D | btm_ble_gap.cc | 1203 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 D | mock_stack_acl_btm_ble_connection_establishment.h | 59 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 D | mock_stack_acl_btm_ble_connection_establishment.cc | 65 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 D | mock_hcic_hciblecmds.cc | 88 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 D | mock_stack_btm_ble_gap.cc | 209 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 D | btm_ble_connection_establishment.cc | 47 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 D | hcimsgs.h | 550 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 D | hciblecmds.cc | 236 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 D | bta_hh_int.h | 126 uint16_t scan_int; member
|