Searched refs:scan_int (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_bgconn.cc | 36 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()
|
D | btm_ble_connection_establishment.cc | 49 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()
|
D | btm_ble_int_types.h | 269 uint16_t scan_int; member
|
D | btm_ble_int.h | 50 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
|
D | btm_ble_gap.cc | 1139 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/ |
D | hcimsgs.h | 744 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/ |
D | hciblecmds.cc | 163 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/ |
D | bta_hh_int.h | 152 uint16_t scan_int; member
|