/system/bt/test/mock/ |
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()
|
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()
|
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 241 uint16_t scan_win, uint8_t addr_type_own, in btsnd_hcic_ble_set_scan_params() argument
|
D | mock_stack_btm_ble_gap.cc | 210 uint16_t scan_win, uint8_t addr_type_own, in btm_send_hci_set_scan_params() argument
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.cc | 42 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()
|
D | btm_ble_int.h | 42 uint16_t scan_win,
|
D | btm_ble_int_types.h | 228 uint16_t scan_win; member
|
D | btm_ble_gap.cc | 1203 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/ |
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 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/ |
D | hcimsgs.h | 551 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/ |
D | hciblecmds.cc | 237 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/ |
D | bta_hh_int.h | 127 uint16_t scan_win; member
|