Searched refs:p_ble_cb (Results 1 – 1 of 1) sorted by relevance
434 tBTM_BLE_CB *p_ble_cb = &btm_cb.ble_ctr_cb; in BTM_BleSetConnScanParams() local440 btu_stop_timer(&p_ble_cb->scan_param_idle_timer); in BTM_BleSetConnScanParams()442 if (p_ble_cb->scan_int != scan_interval) in BTM_BleSetConnScanParams()444 p_ble_cb->scan_int = scan_interval; in BTM_BleSetConnScanParams()448 if (p_ble_cb->scan_win != scan_window) in BTM_BleSetConnScanParams()450 p_ble_cb->scan_win = scan_window; in BTM_BleSetConnScanParams()454 if (new_param && p_ble_cb->conn_state == BLE_BG_CONN) in BTM_BleSetConnScanParams()